Html Css Color HEX #AB01BB Dark Violet

📋 copy color: '#AB01BB'

red 171 ◦ green 1 ◦ blue 187

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

Shades of Dark Violet #AB01BB

Tints of Dark Violet #AB01BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 47.63%
G = 0.28%
B = 52.09%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB01BB (or 0xAB01BB) is known color: Dark Violet. HEX triplet: AB, 01 and BB. RGB value is (171,1,187). Sum of RGB (Red+Green+Blue) = 171+1+187=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB01BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01BB is #54FE44. Grayscale: #484848. Windows color (decimal): -5570117 or 12255659. OLE color: 12255659.

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

Color convert

RGB 171 1 187 -
CMYK 0.09 0.99 0 0.27
HSL 294.84º 0.99% 0.37% -
HSV(B) 294.84º 0.99% 0.73% -
XYZ 25.78 12.27 48.02 -
YUV 73.03 192.32 197.88 -
System Red Green Blue C M Y K H S L
Decimal 171 1 187 0.09 0.99 0 0.27 294.84 0.99 0.37
Hex AB 1 BB 9 63 0 1B 127 63 25
Octal 253 1 273 11 143 0 33 447 143 45
Binary 10101011 1 10111011 1001 1100011 0 11011 100100111 1100011 100101

Color Harmonies of #AB01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01BB

Black with #AB01BB

Text Example


Text Example

White with #AB01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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