Html Css Color HEX #AB0FDC Dark Violet

📋 copy color: '#AB0FDC'

red 171 ◦ green 15 ◦ blue 220

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

Shades of Dark Violet #AB0FDC

Tints of Dark Violet #AB0FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.69%

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

R = 42.12%
G = 3.69%
B = 54.19%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB0FDC (or 0xAB0FDC) is known color: Dark Violet. HEX triplet: AB, 0F and DC. RGB value is (171,15,220). Sum of RGB (Red+Green+Blue) = 171+15+220=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB0FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FDC is #54F023. Grayscale: #545454. Windows color (decimal): -5566500 or 14421931. OLE color: 14421931.

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

Color convert

RGB 171 15 220 -
CMYK 0.22 0.93 0 0.14
HSL 285.66º 0.87% 0.46% -
HSV(B) 285.66º 0.93% 0.86% -
XYZ 29.88 14.17 68.87 -
YUV 85.01 204.18 189.33 -
System Red Green Blue C M Y K H S L
Decimal 171 15 220 0.22 0.93 0 0.14 285.66 0.87 0.46
Hex AB F DC 16 5D 0 E 11E 57 2E
Octal 253 17 334 26 135 0 16 436 127 56
Binary 10101011 1111 11011100 10110 1011101 0 1110 100011110 1010111 101110

Color Harmonies of #AB0FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FDC

Black with #AB0FDC

Text Example


Text Example

White with #AB0FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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