Html Css Color HEX #AB0CCB Dark Violet

📋 copy color: '#AB0CCB'

red 171 ◦ green 12 ◦ blue 203

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

Shades of Dark Violet #AB0CCB

Tints of Dark Violet #AB0CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.11%

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

R = 44.3%
G = 3.11%
B = 52.59%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB0CCB (or 0xAB0CCB) is known color: Dark Violet. HEX triplet: AB, 0C and CB. RGB value is (171,12,203). Sum of RGB (Red+Green+Blue) = 171+12+203=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB0CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CCB is #54F334. Grayscale: #505050. Windows color (decimal): -5567285 or 13307051. OLE color: 13307051.

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

Color convert

RGB 171 12 203 -
CMYK 0.16 0.94 0 0.20
HSL 289.95º 0.89% 0.42% -
HSV(B) 289.95º 0.94% 0.8% -
XYZ 27.71 13.23 57.59 -
YUV 81.32 196.68 191.97 -
System Red Green Blue C M Y K H S L
Decimal 171 12 203 0.16 0.94 0 0.20 289.95 0.89 0.42
Hex AB C CB 10 5E 0 14 122 59 2A
Octal 253 14 313 20 136 0 24 442 131 52
Binary 10101011 1100 11001011 10000 1011110 0 10100 100100010 1011001 101010

Color Harmonies of #AB0CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CCB

Black with #AB0CCB

Text Example


Text Example

White with #AB0CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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