Html Css Color HEX #AB06D0 Dark Violet

📋 copy color: '#AB06D0'

red 171 ◦ green 6 ◦ blue 208

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

Shades of Dark Violet #AB06D0

Tints of Dark Violet #AB06D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.03%

R = 44.42%
G = 1.56%
B = 54.03%

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

#AB06D0 (or 0xAB06D0) is known color: Dark Violet. HEX triplet: AB, 06 and D0. RGB value is (171,6,208). Sum of RGB (Red+Green+Blue) = 171+6+208=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB06D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB06D0 is #54F92F. Grayscale: #4D4D4D. Windows color (decimal): -5568816 or 13633195. OLE color: 13633195.

HSL color Cylindrical-coordinate representation of color #AB06D0: hue angle of 289.01º 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 #AB06D0 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 6 208 -
CMYK 0.18 0.97 0 0.18
HSL 289.01º 0.94% 0.42% -
HSV(B) 289.01º 0.97% 0.82% -
XYZ 28.24 13.34 60.76 -
YUV 78.36 201.16 194.07 -
System Red Green Blue C M Y K H S L
Decimal 171 6 208 0.18 0.97 0 0.18 289.01 0.94 0.42
Hex AB 6 D0 12 61 0 12 121 5E 2A
Octal 253 6 320 22 141 0 22 441 136 52
Binary 10101011 110 11010000 10010 1100001 0 10010 100100001 1011110 101010

Color Harmonies of #AB06D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB06D0

Black with #AB06D0

Text Example


Text Example

White with #AB06D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB06D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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