Html Css Color HEX #AB02D0 Dark Violet

📋 copy color: '#AB02D0'

red 171 ◦ green 2 ◦ blue 208

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

Shades of Dark Violet #AB02D0

Tints of Dark Violet #AB02D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.59%

R = 44.88%
G = 0.52%
B = 54.59%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB02D0 (or 0xAB02D0) is known color: Dark Violet. HEX triplet: AB, 02 and D0. RGB value is (171,2,208). Sum of RGB (Red+Green+Blue) = 171+2+208=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB02D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB02D0 is #54FD2F. Grayscale: #4B4B4B. Windows color (decimal): -5569840 or 13632171. OLE color: 13632171.

HSL color Cylindrical-coordinate representation of color #AB02D0: hue angle of 289.22º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB02D0 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 2 208 -
CMYK 0.18 0.99 0 0.18
HSL 289.22º 0.98% 0.41% -
HSV(B) 289.22º 0.99% 0.82% -
XYZ 28.2 13.26 60.75 -
YUV 76.02 202.49 195.75 -
System Red Green Blue C M Y K H S L
Decimal 171 2 208 0.18 0.99 0 0.18 289.22 0.98 0.41
Hex AB 2 D0 12 63 0 12 121 62 29
Octal 253 2 320 22 143 0 22 441 142 51
Binary 10101011 10 11010000 10010 1100011 0 10010 100100001 1100010 101001

Color Harmonies of #AB02D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB02D0

Black with #AB02D0

Text Example


Text Example

White with #AB02D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB02D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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