Html Css Color HEX #A006D1 Dark Violet

📋 copy color: '#A006D1'

red 160 ◦ green 6 ◦ blue 209

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

Shades of Dark Violet #A006D1

Tints of Dark Violet #A006D1

RGB

 RED value IS 160 (62.89% from 255) = 42.67%

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

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

R = 42.67%
G = 1.6%
B = 55.73%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A006D1 (or 0xA006D1) is known color: Dark Violet. HEX triplet: A0, 06 and D1. RGB value is (160,6,209). Sum of RGB (Red+Green+Blue) = 160+6+209=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #A006D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006D1 is #5FF92E. Grayscale: #4A4A4A. Windows color (decimal): -6289711 or 13698720. OLE color: 13698720.

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

Color convert

RGB 160 6 209 -
CMYK 0.23 0.97 0 0.18
HSL 285.52º 0.94% 0.42% -
HSV(B) 285.52º 0.97% 0.82% -
XYZ 26.07 12.21 61.3 -
YUV 75.19 203.52 188.49 -
System Red Green Blue C M Y K H S L
Decimal 160 6 209 0.23 0.97 0 0.18 285.52 0.94 0.42
Hex A0 6 D1 17 61 0 12 11E 5E 2A
Octal 240 6 321 27 141 0 22 436 136 52
Binary 10100000 110 11010001 10111 1100001 0 10010 100011110 1011110 101010

Color Harmonies of #A006D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A006D1

Black with #A006D1

Text Example


Text Example

White with #A006D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A006D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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