Html Css Color HEX #AB01D8 Dark Violet

📋 copy color: '#AB01D8'

red 171 ◦ green 1 ◦ blue 216

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

Shades of Dark Violet #AB01D8

Tints of Dark Violet #AB01D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.67%

R = 44.07%
G = 0.26%
B = 55.67%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB01D8 (or 0xAB01D8) is known color: Dark Violet. HEX triplet: AB, 01 and D8. RGB value is (171,1,216). Sum of RGB (Red+Green+Blue) = 171+1+216=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 216 (84.77% from 255 or 55.67% from 388); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB01D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01D8 is #54FE27. Grayscale: #4B4B4B. Windows color (decimal): -5570088 or 14156203. OLE color: 14156203.

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

Color convert

RGB 171 1 216 -
CMYK 0.21 1.00 0 0.15
HSL 287.44º 0.99% 0.43% -
HSV(B) 287.44º 1% 0.85% -
XYZ 29.2 13.64 66.06 -
YUV 76.34 206.82 195.52 -
System Red Green Blue C M Y K H S L
Decimal 171 1 216 0.21 1.00 0 0.15 287.44 0.99 0.43
Hex AB 1 D8 15 64 0 F 11F 63 2B
Octal 253 1 330 25 144 0 17 437 143 53
Binary 10101011 1 11011000 10101 1100100 0 1111 100011111 1100011 101011

Color Harmonies of #AB01D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01D8

Black with #AB01D8

Text Example


Text Example

White with #AB01D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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