Html Css Color HEX #AB0BBC Dark Violet

📋 copy color: '#AB0BBC'

red 171 ◦ green 11 ◦ blue 188

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

Shades of Dark Violet #AB0BBC

Tints of Dark Violet #AB0BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.97%

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 46.22%
G = 2.97%
B = 50.81%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB0BBC (or 0xAB0BBC) is known color: Dark Violet. HEX triplet: AB, 0B and BC. RGB value is (171,11,188). Sum of RGB (Red+Green+Blue) = 171+11+188=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB0BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0BBC is #54F443. Grayscale: #4E4E4E. Windows color (decimal): -5567556 or 12323755. OLE color: 12323755.

HSL color Cylindrical-coordinate representation of color #AB0BBC: hue angle of 294.24º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0BBC is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 11 188 -
CMYK 0.09 0.94 0 0.26
HSL 294.24º 0.89% 0.39% -
HSV(B) 294.24º 0.94% 0.74% -
XYZ 25.99 12.53 48.63 -
YUV 79.02 189.51 193.61 -
System Red Green Blue C M Y K H S L
Decimal 171 11 188 0.09 0.94 0 0.26 294.24 0.89 0.39
Hex AB B BC 9 5E 0 1A 126 59 27
Octal 253 13 274 11 136 0 32 446 131 47
Binary 10101011 1011 10111100 1001 1011110 0 11010 100100110 1011001 100111

Color Harmonies of #AB0BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BBC

Black with #AB0BBC

Text Example


Text Example

White with #AB0BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BBC; }

 p { color: rgb(171,11,188); }

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

background-color css

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

 a { background-color: rgb(171,11,188); }

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

border-color css

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

 span { border-color: rgb(171,11,188); }

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