Html Css Color HEX #AB06D1 Dark Violet

📋 copy color: '#AB06D1'

red 171 ◦ green 6 ◦ blue 209

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

Shades of Dark Violet #AB06D1

Tints of Dark Violet #AB06D1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.55%

 BLUE value IS 209 (82.03% from 255) = 54.15%

R = 44.3%
G = 1.55%
B = 54.15%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB06D1 (or 0xAB06D1) is known color: Dark Violet. HEX triplet: AB, 06 and D1. RGB value is (171,6,209). Sum of RGB (Red+Green+Blue) = 171+6+209=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 209 (82.03% from 255 or 54.15% from 386); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB06D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB06D1 is #54F92E. Grayscale: #4D4D4D. Windows color (decimal): -5568815 or 13698731. OLE color: 13698731.

HSL color Cylindrical-coordinate representation of color #AB06D1: hue angle of 288.77º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB06D1 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 6 209 -
CMYK 0.18 0.97 0 0.18
HSL 288.77º 0.94% 0.42% -
HSV(B) 288.77º 0.97% 0.82% -
XYZ 28.37 13.39 61.41 -
YUV 78.48 201.66 193.99 -
System Red Green Blue C M Y K H S L
Decimal 171 6 209 0.18 0.97 0 0.18 288.77 0.94 0.42
Hex AB 6 D1 12 61 0 12 121 5E 2A
Octal 253 6 321 22 141 0 22 441 136 52
Binary 10101011 110 11010001 10010 1100001 0 10010 100100001 1011110 101010

Color Harmonies of #AB06D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB06D1

Black with #AB06D1

Text Example


Text Example

White with #AB06D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB06D1; }

 p { color: rgb(171,6,209); }

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

background-color css

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

 a { background-color: rgb(171,6,209); }

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

border-color css

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

 span { border-color: rgb(171,6,209); }

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