Html Css Color HEX #AB10C9 Dark Violet

📋 copy color: '#AB10C9'

red 171 ◦ green 16 ◦ blue 201

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

Shades of Dark Violet #AB10C9

Tints of Dark Violet #AB10C9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.12%

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

R = 44.07%
G = 4.12%
B = 51.8%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB10C9 (or 0xAB10C9) is known color: Dark Violet. HEX triplet: AB, 10 and C9. RGB value is (171,16,201). Sum of RGB (Red+Green+Blue) = 171+16+201=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB10C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB10C9 is #54EF36. Grayscale: #525252. Windows color (decimal): -5566263 or 13177003. OLE color: 13177003.

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

Color convert

RGB 171 16 201 -
CMYK 0.15 0.92 0 0.21
HSL 290.27º 0.85% 0.43% -
HSV(B) 290.27º 0.92% 0.79% -
XYZ 27.52 13.25 56.36 -
YUV 83.44 194.35 190.46 -
System Red Green Blue C M Y K H S L
Decimal 171 16 201 0.15 0.92 0 0.21 290.27 0.85 0.43
Hex AB 10 C9 F 5C 0 15 122 55 2B
Octal 253 20 311 17 134 0 25 442 125 53
Binary 10101011 10000 11001001 1111 1011100 0 10101 100100010 1010101 101011

Color Harmonies of #AB10C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB10C9

Black with #AB10C9

Text Example


Text Example

White with #AB10C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB10C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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