Html Css Color HEX #AB02BD Dark Violet

📋 copy color: '#AB02BD'

red 171 ◦ green 2 ◦ blue 189

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

Shades of Dark Violet #AB02BD

Tints of Dark Violet #AB02BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 47.24%
G = 0.55%
B = 52.21%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB02BD (or 0xAB02BD) is known color: Dark Violet. HEX triplet: AB, 02 and BD. RGB value is (171,2,189). Sum of RGB (Red+Green+Blue) = 171+2+189=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB02BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB02BD is #54FD42. Grayscale: #494949. Windows color (decimal): -5569859 or 12386987. OLE color: 12386987.

HSL color Cylindrical-coordinate representation of color #AB02BD: hue angle of 294.22º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB02BD is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 2 189 -
CMYK 0.10 0.99 0 0.26
HSL 294.22º 0.98% 0.37% -
HSV(B) 294.22º 0.99% 0.74% -
XYZ 26 12.38 49.16 -
YUV 73.85 192.99 197.29 -
System Red Green Blue C M Y K H S L
Decimal 171 2 189 0.10 0.99 0 0.26 294.22 0.98 0.37
Hex AB 2 BD A 63 0 1A 126 62 25
Octal 253 2 275 12 143 0 32 446 142 45
Binary 10101011 10 10111101 1010 1100011 0 11010 100100110 1100010 100101

Color Harmonies of #AB02BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB02BD

Black with #AB02BD

Text Example


Text Example

White with #AB02BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB02BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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