Html Css Color HEX #AB02DD Dark Violet

📋 copy color: '#AB02DD'

red 171 ◦ green 2 ◦ blue 221

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

Shades of Dark Violet #AB02DD

Tints of Dark Violet #AB02DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 43.4%
G = 0.51%
B = 56.09%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB02DD (or 0xAB02DD) is known color: Dark Violet. HEX triplet: AB, 02 and DD. RGB value is (171,2,221). Sum of RGB (Red+Green+Blue) = 171+2+221=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB02DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB02DD is #54FD22. Grayscale: #4C4C4C. Windows color (decimal): -5569827 or 14484139. OLE color: 14484139.

HSL color Cylindrical-coordinate representation of color #AB02DD: hue angle of 286.3º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB02DD is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 2 221 -
CMYK 0.23 0.99 0 0.13
HSL 286.3º 0.98% 0.44% -
HSV(B) 286.3º 0.99% 0.87% -
XYZ 29.87 13.92 69.52 -
YUV 77.5 208.99 194.69 -
System Red Green Blue C M Y K H S L
Decimal 171 2 221 0.23 0.99 0 0.13 286.3 0.98 0.44
Hex AB 2 DD 17 63 0 D 11E 62 2C
Octal 253 2 335 27 143 0 15 436 142 54
Binary 10101011 10 11011101 10111 1100011 0 1101 100011110 1100010 101100

Color Harmonies of #AB02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB02DD

Black with #AB02DD

Text Example


Text Example

White with #AB02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB02DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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