Html Css Color HEX #AB0FC9 Dark Violet

📋 copy color: '#AB0FC9'

red 171 ◦ green 15 ◦ blue 201

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

Shades of Dark Violet #AB0FC9

Tints of Dark Violet #AB0FC9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.88%

 BLUE value IS 201 (78.91% from 255) = 51.94%

R = 44.19%
G = 3.88%
B = 51.94%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB0FC9 (or 0xAB0FC9) is known color: Dark Violet. HEX triplet: AB, 0F and C9. RGB value is (171,15,201). Sum of RGB (Red+Green+Blue) = 171+15+201=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB0FC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FC9 is #54F036. Grayscale: #525252. Windows color (decimal): -5566519 or 13176747. OLE color: 13176747.

HSL color Cylindrical-coordinate representation of color #AB0FC9: hue angle of 290.32º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0FC9 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 15 201 -
CMYK 0.15 0.93 0 0.21
HSL 290.32º 0.86% 0.42% -
HSV(B) 290.32º 0.93% 0.79% -
XYZ 27.51 13.22 56.36 -
YUV 82.85 194.68 190.88 -
System Red Green Blue C M Y K H S L
Decimal 171 15 201 0.15 0.93 0 0.21 290.32 0.86 0.42
Hex AB F C9 F 5D 0 15 122 56 2A
Octal 253 17 311 17 135 0 25 442 126 52
Binary 10101011 1111 11001001 1111 1011101 0 10101 100100010 1010110 101010

Color Harmonies of #AB0FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FC9

Black with #AB0FC9

Text Example


Text Example

White with #AB0FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FC9; }

 p { color: rgb(171,15,201); }

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

background-color css

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

 a { background-color: rgb(171,15,201); }

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

border-color css

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

 span { border-color: rgb(171,15,201); }

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