Html Css Color HEX #AB04BB Dark Violet

📋 copy color: '#AB04BB'

red 171 ◦ green 4 ◦ blue 187

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

Shades of Dark Violet #AB04BB

Tints of Dark Violet #AB04BB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 47.24%
G = 1.1%
B = 51.66%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB04BB (or 0xAB04BB) is known color: Dark Violet. HEX triplet: AB, 04 and BB. RGB value is (171,4,187). Sum of RGB (Red+Green+Blue) = 171+4+187=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB04BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04BB is #54FB44. Grayscale: #4A4A4A. Windows color (decimal): -5569349 or 12256427. OLE color: 12256427.

HSL color Cylindrical-coordinate representation of color #AB04BB: hue angle of 294.75º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04BB is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 4 187 -
CMYK 0.09 0.98 0 0.27
HSL 294.75º 0.96% 0.37% -
HSV(B) 294.75º 0.98% 0.73% -
XYZ 25.81 12.33 48.03 -
YUV 74.8 191.33 196.62 -
System Red Green Blue C M Y K H S L
Decimal 171 4 187 0.09 0.98 0 0.27 294.75 0.96 0.37
Hex AB 4 BB 9 62 0 1B 127 60 25
Octal 253 4 273 11 142 0 33 447 140 45
Binary 10101011 100 10111011 1001 1100010 0 11011 100100111 1100000 100101

Color Harmonies of #AB04BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04BB

Black with #AB04BB

Text Example


Text Example

White with #AB04BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04BB; }

 p { color: rgb(171,4,187); }

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

background-color css

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

 a { background-color: rgb(171,4,187); }

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

border-color css

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

 span { border-color: rgb(171,4,187); }

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