Html Css Color HEX #AB08D6 Dark Violet

📋 copy color: '#AB08D6'

red 171 ◦ green 8 ◦ blue 214

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

Shades of Dark Violet #AB08D6

Tints of Dark Violet #AB08D6

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.04%

 BLUE value IS 214 (83.98% from 255) = 54.45%

R = 43.51%
G = 2.04%
B = 54.45%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB08D6 (or 0xAB08D6) is known color: Dark Violet. HEX triplet: AB, 08 and D6. RGB value is (171,8,214). Sum of RGB (Red+Green+Blue) = 171+8+214=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 214 (83.98% from 255 or 54.45% from 393); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB08D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB08D6 is #54F729. Grayscale: #4F4F4F. Windows color (decimal): -5568298 or 14026923. OLE color: 14026923.

HSL color Cylindrical-coordinate representation of color #AB08D6: hue angle of 287.48º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB08D6 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 8 214 -
CMYK 0.20 0.96 0 0.16
HSL 287.48º 0.93% 0.44% -
HSV(B) 287.48º 0.96% 0.84% -
XYZ 29.02 13.69 64.73 -
YUV 80.22 203.5 192.75 -
System Red Green Blue C M Y K H S L
Decimal 171 8 214 0.20 0.96 0 0.16 287.48 0.93 0.44
Hex AB 8 D6 14 60 0 10 11F 5D 2C
Octal 253 10 326 24 140 0 20 437 135 54
Binary 10101011 1000 11010110 10100 1100000 0 10000 100011111 1011101 101100

Color Harmonies of #AB08D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB08D6

Black with #AB08D6

Text Example


Text Example

White with #AB08D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB08D6; }

 p { color: rgb(171,8,214); }

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

background-color css

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

 a { background-color: rgb(171,8,214); }

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

border-color css

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

 span { border-color: rgb(171,8,214); }

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