Html Css Color HEX #A06DD2 Amethyst

📋 copy color: '#A06DD2'

red 160 ◦ green 109 ◦ blue 210

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

Shades of Amethyst #A06DD2

Tints of Amethyst #A06DD2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.76%

 BLUE value IS 210 (82.42% from 255) = 43.84%

R = 33.4%
G = 22.76%
B = 43.84%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A06DD2 (or 0xA06DD2) is known color: Amethyst. HEX triplet: A0, 6D and D2. RGB value is (160,109,210). Sum of RGB (Red+Green+Blue) = 160+109+210=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 210 - color contains mainly: blue. Hex color #A06DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DD2 is #5F922D. Grayscale: #878787. Windows color (decimal): -6263342 or 13790624. OLE color: 13790624.

HSL color Cylindrical-coordinate representation of color #A06DD2: hue angle of 270.3º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A06DD2 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 109 210 -
CMYK 0.24 0.48 0 0.18
HSL 270.3º 0.53% 0.63% -
HSV(B) 270.3º 0.48% 0.82% -
XYZ 31.6 23.06 63.76 -
YUV 135.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 160 109 210 0.24 0.48 0 0.18 270.3 0.53 0.63
Hex A0 6D D2 18 30 0 12 10E 35 3F
Octal 240 155 322 30 60 0 22 416 65 77
Binary 10100000 1101101 11010010 11000 110000 0 10010 100001110 110101 111111

Color Harmonies of #A06DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DD2

Black with #A06DD2

Text Example


Text Example

White with #A06DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DD2; }

 p { color: rgb(160,109,210); }

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

background-color css

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

 a { background-color: rgb(160,109,210); }

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

border-color css

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

 span { border-color: rgb(160,109,210); }

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