Html Css Color HEX #AB0BDC Dark Violet

📋 copy color: '#AB0BDC'

red 171 ◦ green 11 ◦ blue 220

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

Shades of Dark Violet #AB0BDC

Tints of Dark Violet #AB0BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.74%

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

R = 42.54%
G = 2.74%
B = 54.73%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB0BDC (or 0xAB0BDC) is known color: Dark Violet. HEX triplet: AB, 0B and DC. RGB value is (171,11,220). Sum of RGB (Red+Green+Blue) = 171+11+220=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB0BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0BDC is #54F423. Grayscale: #515151. Windows color (decimal): -5567524 or 14420907. OLE color: 14420907.

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

Color convert

RGB 171 11 220 -
CMYK 0.22 0.95 0 0.14
HSL 285.93º 0.9% 0.45% -
HSV(B) 285.93º 0.95% 0.86% -
XYZ 29.83 14.06 68.85 -
YUV 82.67 205.51 191.01 -
System Red Green Blue C M Y K H S L
Decimal 171 11 220 0.22 0.95 0 0.14 285.93 0.9 0.45
Hex AB B DC 16 5F 0 E 11E 5A 2D
Octal 253 13 334 26 137 0 16 436 132 55
Binary 10101011 1011 11011100 10110 1011111 0 1110 100011110 1011010 101101

Color Harmonies of #AB0BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BDC

Black with #AB0BDC

Text Example


Text Example

White with #AB0BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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