Html Css Color HEX #AB0EDC Dark Violet

📋 copy color: '#AB0EDC'

red 171 ◦ green 14 ◦ blue 220

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

Shades of Dark Violet #AB0EDC

Tints of Dark Violet #AB0EDC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.46%

 BLUE value IS 220 (86.33% from 255) = 54.32%

R = 42.22%
G = 3.46%
B = 54.32%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB0EDC (or 0xAB0EDC) is known color: Dark Violet. HEX triplet: AB, 0E and DC. RGB value is (171,14,220). Sum of RGB (Red+Green+Blue) = 171+14+220=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB0EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0EDC is #54F123. Grayscale: #535353. Windows color (decimal): -5566756 or 14421675. OLE color: 14421675.

HSL color Cylindrical-coordinate representation of color #AB0EDC: hue angle of 285.73º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0EDC is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 14 220 -
CMYK 0.22 0.94 0 0.14
HSL 285.73º 0.88% 0.46% -
HSV(B) 285.73º 0.94% 0.86% -
XYZ 29.87 14.14 68.87 -
YUV 84.43 204.51 189.75 -
System Red Green Blue C M Y K H S L
Decimal 171 14 220 0.22 0.94 0 0.14 285.73 0.88 0.46
Hex AB E DC 16 5E 0 E 11E 58 2E
Octal 253 16 334 26 136 0 16 436 130 56
Binary 10101011 1110 11011100 10110 1011110 0 1110 100011110 1011000 101110

Color Harmonies of #AB0EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0EDC

Black with #AB0EDC

Text Example


Text Example

White with #AB0EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0EDC; }

 p { color: rgb(171,14,220); }

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

background-color css

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

 a { background-color: rgb(171,14,220); }

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

border-color css

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

 span { border-color: rgb(171,14,220); }

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