Html Css Color HEX #AB02BE Dark Violet

📋 copy color: '#AB02BE'

red 171 ◦ green 2 ◦ blue 190

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

Shades of Dark Violet #AB02BE

Tints of Dark Violet #AB02BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 47.11%
G = 0.55%
B = 52.34%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB02BE (or 0xAB02BE) is known color: Dark Violet. HEX triplet: AB, 02 and BE. RGB value is (171,2,190). Sum of RGB (Red+Green+Blue) = 171+2+190=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB02BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB02BE is #54FD41. Grayscale: #494949. Windows color (decimal): -5569858 or 12452523. OLE color: 12452523.

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

Color convert

RGB 171 2 190 -
CMYK 0.10 0.99 0 0.25
HSL 293.94º 0.98% 0.38% -
HSV(B) 293.94º 0.99% 0.75% -
XYZ 26.11 12.42 49.74 -
YUV 73.96 193.49 197.21 -
System Red Green Blue C M Y K H S L
Decimal 171 2 190 0.10 0.99 0 0.25 293.94 0.98 0.38
Hex AB 2 BE A 63 0 19 126 62 26
Octal 253 2 276 12 143 0 31 446 142 46
Binary 10101011 10 10111110 1010 1100011 0 11001 100100110 1100010 100110

Color Harmonies of #AB02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB02BE

Black with #AB02BE

Text Example


Text Example

White with #AB02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB02BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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