Html Css Color HEX #AB0CE1 Dark Violet

📋 copy color: '#AB0CE1'

red 171 ◦ green 12 ◦ blue 225

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

Shades of Dark Violet #AB0CE1

Tints of Dark Violet #AB0CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.15%

R = 41.91%
G = 2.94%
B = 55.15%

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

#AB0CE1 (or 0xAB0CE1) is known color: Dark Violet. HEX triplet: AB, 0C and E1. RGB value is (171,12,225). Sum of RGB (Red+Green+Blue) = 171+12+225=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB0CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CE1 is #54F31E. Grayscale: #535353. Windows color (decimal): -5567263 or 14748843. OLE color: 14748843.

HSL color Cylindrical-coordinate representation of color #AB0CE1: hue angle of 284.79º 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 #AB0CE1 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 12 225 -
CMYK 0.24 0.95 0 0.12
HSL 284.79º 0.9% 0.46% -
HSV(B) 284.79º 0.95% 0.88% -
XYZ 30.52 14.36 72.4 -
YUV 83.82 207.68 190.18 -
System Red Green Blue C M Y K H S L
Decimal 171 12 225 0.24 0.95 0 0.12 284.79 0.9 0.46
Hex AB C E1 18 5F 0 C 11D 5A 2E
Octal 253 14 341 30 137 0 14 435 132 56
Binary 10101011 1100 11100001 11000 1011111 0 1100 100011101 1011010 101110

Color Harmonies of #AB0CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CE1

Black with #AB0CE1

Text Example


Text Example

White with #AB0CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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