Html Css Color HEX #A96CCE Amethyst

📋 copy color: '#A96CCE'

red 169 ◦ green 108 ◦ blue 206

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

Shades of Amethyst #A96CCE

Tints of Amethyst #A96CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.36%

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 34.99%
G = 22.36%
B = 42.65%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A96CCE (or 0xA96CCE) is known color: Amethyst. HEX triplet: A9, 6C and CE. RGB value is (169,108,206). Sum of RGB (Red+Green+Blue) = 169+108+206=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #A96CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CCE is #569331. Grayscale: #898989. Windows color (decimal): -5673778 or 13528233. OLE color: 13528233.

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

Color convert

RGB 169 108 206 -
CMYK 0.18 0.48 0 0.19
HSL 277.35º 0.5% 0.62% -
HSV(B) 277.35º 0.48% 0.81% -
XYZ 32.87 23.62 61.22 -
YUV 137.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 169 108 206 0.18 0.48 0 0.19 277.35 0.5 0.62
Hex A9 6C CE 12 30 0 13 115 32 3E
Octal 251 154 316 22 60 0 23 425 62 76
Binary 10101001 1101100 11001110 10010 110000 0 10011 100010101 110010 111110

Color Harmonies of #A96CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CCE

Black with #A96CCE

Text Example


Text Example

White with #A96CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CCE; }

 p { color: rgb(169,108,206); }

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

background-color css

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

 a { background-color: rgb(169,108,206); }

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

border-color css

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

 span { border-color: rgb(169,108,206); }

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