Html Css Color HEX #A96DD2 Amethyst

📋 copy color: '#A96DD2'

red 169 ◦ green 109 ◦ blue 210

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

Shades of Amethyst #A96DD2

Tints of Amethyst #A96DD2

RGB

 RED value IS 169 (66.41% from 255) = 34.63%

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

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

R = 34.63%
G = 22.34%
B = 43.03%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A96DD2 (or 0xA96DD2) is known color: Amethyst. HEX triplet: A9, 6D and D2. RGB value is (169,109,210). Sum of RGB (Red+Green+Blue) = 169+109+210=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #A96DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DD2 is #56922D. Grayscale: #8A8A8A. Windows color (decimal): -5673518 or 13790633. OLE color: 13790633.

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

Color convert

RGB 169 109 210 -
CMYK 0.20 0.48 0 0.18
HSL 275.64º 0.53% 0.63% -
HSV(B) 275.64º 0.48% 0.82% -
XYZ 33.46 24.03 63.85 -
YUV 138.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 169 109 210 0.20 0.48 0 0.18 275.64 0.53 0.63
Hex A9 6D D2 14 30 0 12 114 35 3F
Octal 251 155 322 24 60 0 22 424 65 77
Binary 10101001 1101101 11010010 10100 110000 0 10010 100010100 110101 111111

Color Harmonies of #A96DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DD2

Black with #A96DD2

Text Example


Text Example

White with #A96DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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