Html Css Color HEX #AB02CC Dark Violet

📋 copy color: '#AB02CC'

red 171 ◦ green 2 ◦ blue 204

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

Shades of Dark Violet #AB02CC

Tints of Dark Violet #AB02CC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 45.36%
G = 0.53%
B = 54.11%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB02CC (or 0xAB02CC) is known color: Dark Violet. HEX triplet: AB, 02 and CC. RGB value is (171,2,204). Sum of RGB (Red+Green+Blue) = 171+2+204=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB02CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB02CC is #54FD33. Grayscale: #4A4A4A. Windows color (decimal): -5569844 or 13370027. OLE color: 13370027.

HSL color Cylindrical-coordinate representation of color #AB02CC: hue angle of 290.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB02CC is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 2 204 -
CMYK 0.16 0.99 0 0.2
HSL 290.2º 0.98% 0.4% -
HSV(B) 290.2º 0.99% 0.8% -
XYZ 27.72 13.06 58.19 -
YUV 75.56 200.49 196.07 -
System Red Green Blue C M Y K H S L
Decimal 171 2 204 0.16 0.99 0 0.2 290.2 0.98 0.4
Hex AB 2 CC 10 63 0 14 122 62 28
Octal 253 2 314 20 143 0 24 442 142 50
Binary 10101011 10 11001100 10000 1100011 0 10100 100100010 1100010 101000

Color Harmonies of #AB02CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB02CC

Black with #AB02CC

Text Example


Text Example

White with #AB02CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB02CC; }

 p { color: rgb(171,2,204); }

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

background-color css

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

 a { background-color: rgb(171,2,204); }

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

border-color css

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

 span { border-color: rgb(171,2,204); }

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