Html Css Color HEX #AB08CA Dark Violet

📋 copy color: '#AB08CA'

red 171 ◦ green 8 ◦ blue 202

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

Shades of Dark Violet #AB08CA

Tints of Dark Violet #AB08CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.02%

R = 44.88%
G = 2.1%
B = 53.02%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB08CA (or 0xAB08CA) is known color: Dark Violet. HEX triplet: AB, 08 and CA. RGB value is (171,8,202). Sum of RGB (Red+Green+Blue) = 171+8+202=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB08CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB08CA is #54F735. Grayscale: #4E4E4E. Windows color (decimal): -5568310 or 13240491. OLE color: 13240491.

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

Color convert

RGB 171 8 202 -
CMYK 0.15 0.96 0 0.21
HSL 290.41º 0.92% 0.41% -
HSV(B) 290.41º 0.96% 0.79% -
XYZ 27.54 13.1 56.95 -
YUV 78.85 197.5 193.73 -
System Red Green Blue C M Y K H S L
Decimal 171 8 202 0.15 0.96 0 0.21 290.41 0.92 0.41
Hex AB 8 CA F 60 0 15 122 5C 29
Octal 253 10 312 17 140 0 25 442 134 51
Binary 10101011 1000 11001010 1111 1100000 0 10101 100100010 1011100 101001

Color Harmonies of #AB08CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB08CA

Black with #AB08CA

Text Example


Text Example

White with #AB08CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB08CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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