Html Css Color HEX #AB0CE0 Dark Violet

📋 copy color: '#AB0CE0'

red 171 ◦ green 12 ◦ blue 224

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

Shades of Dark Violet #AB0CE0

Tints of Dark Violet #AB0CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.04%

R = 42.01%
G = 2.95%
B = 55.04%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB0CE0 (or 0xAB0CE0) is known color: Dark Violet. HEX triplet: AB, 0C and E0. RGB value is (171,12,224). Sum of RGB (Red+Green+Blue) = 171+12+224=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 224 (87.89% from 255 or 55.04% from 407); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB0CE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CE0 is #54F31F. Grayscale: #535353. Windows color (decimal): -5567264 or 14683307. OLE color: 14683307.

HSL color Cylindrical-coordinate representation of color #AB0CE0: hue angle of 285º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0CE0 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 12 224 -
CMYK 0.24 0.95 0 0.12
HSL 285º 0.9% 0.46% -
HSV(B) 285º 0.95% 0.88% -
XYZ 30.38 14.3 71.68 -
YUV 83.71 207.18 190.26 -
System Red Green Blue C M Y K H S L
Decimal 171 12 224 0.24 0.95 0 0.12 285 0.9 0.46
Hex AB C E0 18 5F 0 C 11D 5A 2E
Octal 253 14 340 30 137 0 14 435 132 56
Binary 10101011 1100 11100000 11000 1011111 0 1100 100011101 1011010 101110

Color Harmonies of #AB0CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CE0

Black with #AB0CE0

Text Example


Text Example

White with #AB0CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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