Html Css Color HEX #AB0CDE Dark Violet

📋 copy color: '#AB0CDE'

red 171 ◦ green 12 ◦ blue 222

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

Shades of Dark Violet #AB0CDE

Tints of Dark Violet #AB0CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.81%

R = 42.22%
G = 2.96%
B = 54.81%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB0CDE (or 0xAB0CDE) is known color: Dark Violet. HEX triplet: AB, 0C and DE. RGB value is (171,12,222). Sum of RGB (Red+Green+Blue) = 171+12+222=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB0CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CDE is #54F321. Grayscale: #525252. Windows color (decimal): -5567266 or 14552235. OLE color: 14552235.

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

Color convert

RGB 171 12 222 -
CMYK 0.23 0.95 0 0.13
HSL 285.43º 0.9% 0.46% -
HSV(B) 285.43º 0.95% 0.87% -
XYZ 30.11 14.19 70.26 -
YUV 83.48 206.18 190.42 -
System Red Green Blue C M Y K H S L
Decimal 171 12 222 0.23 0.95 0 0.13 285.43 0.9 0.46
Hex AB C DE 17 5F 0 D 11D 5A 2E
Octal 253 14 336 27 137 0 15 435 132 56
Binary 10101011 1100 11011110 10111 1011111 0 1101 100011101 1011010 101110

Color Harmonies of #AB0CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CDE

Black with #AB0CDE

Text Example


Text Example

White with #AB0CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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