Html Css Color HEX #AB09DC Dark Violet

📋 copy color: '#AB09DC'

red 171 ◦ green 9 ◦ blue 220

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

Shades of Dark Violet #AB09DC

Tints of Dark Violet #AB09DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.25%

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

R = 42.75%
G = 2.25%
B = 55%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB09DC (or 0xAB09DC) is known color: Dark Violet. HEX triplet: AB, 09 and DC. RGB value is (171,9,220). Sum of RGB (Red+Green+Blue) = 171+9+220=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB09DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB09DC is #54F623. Grayscale: #505050. Windows color (decimal): -5568036 or 14420395. OLE color: 14420395.

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

Color convert

RGB 171 9 220 -
CMYK 0.22 0.96 0 0.14
HSL 286.07º 0.92% 0.45% -
HSV(B) 286.07º 0.96% 0.86% -
XYZ 29.81 14.02 68.85 -
YUV 81.49 206.17 191.84 -
System Red Green Blue C M Y K H S L
Decimal 171 9 220 0.22 0.96 0 0.14 286.07 0.92 0.45
Hex AB 9 DC 16 60 0 E 11E 5C 2D
Octal 253 11 334 26 140 0 16 436 134 55
Binary 10101011 1001 11011100 10110 1100000 0 1110 100011110 1011100 101101

Color Harmonies of #AB09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB09DC

Black with #AB09DC

Text Example


Text Example

White with #AB09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB09DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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