Html Css Color HEX #AB318D Medium Red Violet

📋 copy color: '#AB318D'

red 171 ◦ green 49 ◦ blue 141

#AB318D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #AB318D

Tints of Medium Red Violet #AB318D

RGB

 RED value IS 171 (67.19% from 255) = 47.37%

 GREEN value IS 49 (19.53% from 255) = 13.57%

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 47.37%
G = 13.57%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB318D (or 0xAB318D) is known color: Medium Red Violet. HEX triplet: AB, 31 and 8D. RGB value is (171,49,141). Sum of RGB (Red+Green+Blue) = 171+49+141=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB318D is #54CE72. Grayscale: #5F5F5F. Windows color (decimal): -5557875 or 9253291. OLE color: 9253291.

HSL color Cylindrical-coordinate representation of color #AB318D: hue angle of 314.75º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB318D is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 49 141 -
CMYK 0 0.71 0.18 0.33
HSL 314.75º 0.55% 0.43% -
HSV(B) 314.75º 0.71% 0.67% -
XYZ 22.7 12.78 26.47 -
YUV 95.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 171 49 141 0 0.71 0.18 0.33 314.75 0.55 0.43
Hex AB 31 8D 0 47 12 21 13B 37 2B
Octal 253 61 215 0 107 22 41 473 67 53
Binary 10101011 110001 10001101 0 1000111 10010 100001 100111011 110111 101011

Color Harmonies of #AB318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB318D

Black with #AB318D

Text Example


Text Example

White with #AB318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB318D; }

 p { color: rgb(171,49,141); }

 H1.HeaderClassName
 {
   color: #AB318D;
 }
 .AnyTagClassName
 {
   color: #AB318D;
 }
</style>

background-color css

<style>
 a { background-color: #AB318D; }

 a { background-color: rgb(171,49,141); }

 div.DivClassName
 {
   background-color: #AB318D;
 }
 .BgClassName
 {
   background-color: #AB318D;
 }
</style>

border-color css

<style>
 span { border-color: #AB318D; }

 span { border-color: rgb(171,49,141); }

 td.TdClassName
 {
   border-color: #AB318D;
 }
 .TagClassName
 {
   border-color: #AB318D;
 }
</style>