Html Css Color HEX #A96FCC Amethyst

📋 copy color: '#A96FCC'

red 169 ◦ green 111 ◦ blue 204

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

Shades of Amethyst #A96FCC

Tints of Amethyst #A96FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.93%

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

R = 34.92%
G = 22.93%
B = 42.15%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A96FCC (or 0xA96FCC) is known color: Amethyst. HEX triplet: A9, 6F and CC. RGB value is (169,111,204). Sum of RGB (Red+Green+Blue) = 169+111+204=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #A96FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FCC is #569033. Grayscale: #8A8A8A. Windows color (decimal): -5673012 or 13397929. OLE color: 13397929.

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

Color convert

RGB 169 111 204 -
CMYK 0.17 0.46 0 0.2
HSL 277.42º 0.48% 0.62% -
HSV(B) 277.42º 0.46% 0.8% -
XYZ 32.95 24.16 60.05 -
YUV 138.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 169 111 204 0.17 0.46 0 0.2 277.42 0.48 0.62
Hex A9 6F CC 11 2E 0 14 115 30 3E
Octal 251 157 314 21 56 0 24 425 60 76
Binary 10101001 1101111 11001100 10001 101110 0 10100 100010101 110000 111110

Color Harmonies of #A96FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FCC

Black with #A96FCC

Text Example


Text Example

White with #A96FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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