Html Css Color HEX #A96ACD Amethyst

📋 copy color: '#A96ACD'

red 169 ◦ green 106 ◦ blue 205

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

Shades of Amethyst #A96ACD

Tints of Amethyst #A96ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.08%

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 35.21%
G = 22.08%
B = 42.71%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A96ACD (or 0xA96ACD) is known color: Amethyst. HEX triplet: A9, 6A and CD. RGB value is (169,106,205). Sum of RGB (Red+Green+Blue) = 169+106+205=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #A96ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ACD is #569532. Grayscale: #878787. Windows color (decimal): -5674291 or 13462185. OLE color: 13462185.

HSL color Cylindrical-coordinate representation of color #A96ACD: hue angle of 278.18º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A96ACD is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 106 205 -
CMYK 0.18 0.48 0 0.20
HSL 278.18º 0.5% 0.61% -
HSV(B) 278.18º 0.48% 0.8% -
XYZ 32.54 23.15 60.51 -
YUV 136.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 169 106 205 0.18 0.48 0 0.20 278.18 0.5 0.61
Hex A9 6A CD 12 30 0 14 116 32 3D
Octal 251 152 315 22 60 0 24 426 62 75
Binary 10101001 1101010 11001101 10010 110000 0 10100 100010110 110010 111101

Color Harmonies of #A96ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96ACD

Black with #A96ACD

Text Example


Text Example

White with #A96ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96ACD; }

 p { color: rgb(169,106,205); }

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

background-color css

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

 a { background-color: rgb(169,106,205); }

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

border-color css

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

 span { border-color: rgb(169,106,205); }

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