Html Css Color HEX #AB0BCA Dark Violet

📋 copy color: '#AB0BCA'

red 171 ◦ green 11 ◦ blue 202

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

Shades of Dark Violet #AB0BCA

Tints of Dark Violet #AB0BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.6%

R = 44.53%
G = 2.86%
B = 52.6%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB0BCA (or 0xAB0BCA) is known color: Dark Violet. HEX triplet: AB, 0B and CA. RGB value is (171,11,202). Sum of RGB (Red+Green+Blue) = 171+11+202=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB0BCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0BCA is #54F435. Grayscale: #505050. Windows color (decimal): -5567542 or 13241259. OLE color: 13241259.

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

Color convert

RGB 171 11 202 -
CMYK 0.15 0.95 0 0.21
HSL 290.26º 0.9% 0.42% -
HSV(B) 290.26º 0.95% 0.79% -
XYZ 27.57 13.16 56.96 -
YUV 80.61 196.51 192.47 -
System Red Green Blue C M Y K H S L
Decimal 171 11 202 0.15 0.95 0 0.21 290.26 0.9 0.42
Hex AB B CA F 5F 0 15 122 5A 2A
Octal 253 13 312 17 137 0 25 442 132 52
Binary 10101011 1011 11001010 1111 1011111 0 10101 100100010 1011010 101010

Color Harmonies of #AB0BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BCA

Black with #AB0BCA

Text Example


Text Example

White with #AB0BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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