Html Css Color HEX #AB0CE5 Dark Violet

📋 copy color: '#AB0CE5'

red 171 ◦ green 12 ◦ blue 229

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

Shades of Dark Violet #AB0CE5

Tints of Dark Violet #AB0CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 55.58%

R = 41.5%
G = 2.91%
B = 55.58%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB0CE5 (or 0xAB0CE5) is known color: Dark Violet. HEX triplet: AB, 0C and E5. RGB value is (171,12,229). Sum of RGB (Red+Green+Blue) = 171+12+229=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 229 (89.84% from 255 or 55.58% from 412); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB0CE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CE5 is #54F31A. Grayscale: #535353. Windows color (decimal): -5567259 or 15010987. OLE color: 15010987.

HSL color Cylindrical-coordinate representation of color #AB0CE5: hue angle of 283.96º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0CE5 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 12 229 -
CMYK 0.25 0.95 0 0.10
HSL 283.96º 0.9% 0.47% -
HSV(B) 283.96º 0.95% 0.9% -
XYZ 31.07 14.58 75.31 -
YUV 84.28 209.68 189.86 -
System Red Green Blue C M Y K H S L
Decimal 171 12 229 0.25 0.95 0 0.10 283.96 0.9 0.47
Hex AB C E5 19 5F 0 A 11C 5A 2F
Octal 253 14 345 31 137 0 12 434 132 57
Binary 10101011 1100 11100101 11001 1011111 0 1010 100011100 1011010 101111

Color Harmonies of #AB0CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CE5

Black with #AB0CE5

Text Example


Text Example

White with #AB0CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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