Html Css Color HEX #A96CCC Amethyst

📋 copy color: '#A96CCC'

red 169 ◦ green 108 ◦ blue 204

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

Shades of Amethyst #A96CCC

Tints of Amethyst #A96CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 35.14%
G = 22.45%
B = 42.41%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A96CCC (or 0xA96CCC) is known color: Amethyst. HEX triplet: A9, 6C and CC. RGB value is (169,108,204). Sum of RGB (Red+Green+Blue) = 169+108+204=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #A96CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CCC is #569333. Grayscale: #888888. Windows color (decimal): -5673780 or 13397161. OLE color: 13397161.

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

Color convert

RGB 169 108 204 -
CMYK 0.17 0.47 0 0.2
HSL 278.13º 0.48% 0.61% -
HSV(B) 278.13º 0.47% 0.8% -
XYZ 32.62 23.52 59.95 -
YUV 137.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 169 108 204 0.17 0.47 0 0.2 278.13 0.48 0.61
Hex A9 6C CC 11 2F 0 14 116 30 3D
Octal 251 154 314 21 57 0 24 426 60 75
Binary 10101001 1101100 11001100 10001 101111 0 10100 100010110 110000 111101

Color Harmonies of #A96CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CCC

Black with #A96CCC

Text Example


Text Example

White with #A96CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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