Html Css Color HEX #AB01D2 Dark Violet

📋 copy color: '#AB01D2'

red 171 ◦ green 1 ◦ blue 210

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

Shades of Dark Violet #AB01D2

Tints of Dark Violet #AB01D2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 210 (82.42% from 255) = 54.97%

R = 44.76%
G = 0.26%
B = 54.97%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB01D2 (or 0xAB01D2) is known color: Dark Violet. HEX triplet: AB, 01 and D2. RGB value is (171,1,210). Sum of RGB (Red+Green+Blue) = 171+1+210=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 210 (82.42% from 255 or 54.97% from 382); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB01D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01D2 is #54FE2D. Grayscale: #4A4A4A. Windows color (decimal): -5570094 or 13762987. OLE color: 13762987.

HSL color Cylindrical-coordinate representation of color #AB01D2: hue angle of 288.8º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB01D2 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 1 210 -
CMYK 0.19 1.00 0 0.18
HSL 288.8º 0.99% 0.41% -
HSV(B) 288.8º 1% 0.82% -
XYZ 28.44 13.33 62.05 -
YUV 75.66 203.82 196.01 -
System Red Green Blue C M Y K H S L
Decimal 171 1 210 0.19 1.00 0 0.18 288.8 0.99 0.41
Hex AB 1 D2 13 64 0 12 121 63 29
Octal 253 1 322 23 144 0 22 441 143 51
Binary 10101011 1 11010010 10011 1100100 0 10010 100100001 1100011 101001

Color Harmonies of #AB01D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01D2

Black with #AB01D2

Text Example


Text Example

White with #AB01D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01D2; }

 p { color: rgb(171,1,210); }

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

background-color css

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

 a { background-color: rgb(171,1,210); }

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

border-color css

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

 span { border-color: rgb(171,1,210); }

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