Html Css Color HEX #AB0BCB Dark Violet

📋 copy color: '#AB0BCB'

red 171 ◦ green 11 ◦ blue 203

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

Shades of Dark Violet #AB0BCB

Tints of Dark Violet #AB0BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 44.42%
G = 2.86%
B = 52.73%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB0BCB (or 0xAB0BCB) is known color: Dark Violet. HEX triplet: AB, 0B and CB. RGB value is (171,11,203). Sum of RGB (Red+Green+Blue) = 171+11+203=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB0BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0BCB is #54F434. Grayscale: #505050. Windows color (decimal): -5567541 or 13306795. OLE color: 13306795.

HSL color Cylindrical-coordinate representation of color #AB0BCB: hue angle of 290º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0BCB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 11 203 -
CMYK 0.16 0.95 0 0.20
HSL 290º 0.9% 0.42% -
HSV(B) 290º 0.95% 0.8% -
XYZ 27.69 13.21 57.59 -
YUV 80.73 197.01 192.39 -
System Red Green Blue C M Y K H S L
Decimal 171 11 203 0.16 0.95 0 0.20 290 0.9 0.42
Hex AB B CB 10 5F 0 14 122 5A 2A
Octal 253 13 313 20 137 0 24 442 132 52
Binary 10101011 1011 11001011 10000 1011111 0 10100 100100010 1011010 101010

Color Harmonies of #AB0BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BCB

Black with #AB0BCB

Text Example


Text Example

White with #AB0BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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