Html Css Color HEX #A96CC7 Amethyst

📋 copy color: '#A96CC7'

red 169 ◦ green 108 ◦ blue 199

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

Shades of Amethyst #A96CC7

Tints of Amethyst #A96CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.81%

R = 35.5%
G = 22.69%
B = 41.81%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A96CC7 (or 0xA96CC7) is known color: Amethyst. HEX triplet: A9, 6C and C7. RGB value is (169,108,199). Sum of RGB (Red+Green+Blue) = 169+108+199=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 199 - color contains mainly: blue. Hex color #A96CC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CC7 is #569338. Grayscale: #888888. Windows color (decimal): -5673785 or 13069481. OLE color: 13069481.

HSL color Cylindrical-coordinate representation of color #A96CC7: hue angle of 280.22º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A96CC7 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 108 199 -
CMYK 0.15 0.46 0 0.22
HSL 280.22º 0.45% 0.6% -
HSV(B) 280.22º 0.46% 0.78% -
XYZ 32.03 23.28 56.84 -
YUV 136.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 169 108 199 0.15 0.46 0 0.22 280.22 0.45 0.6
Hex A9 6C C7 F 2E 0 16 118 2D 3C
Octal 251 154 307 17 56 0 26 430 55 74
Binary 10101001 1101100 11000111 1111 101110 0 10110 100011000 101101 111100

Color Harmonies of #A96CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CC7

Black with #A96CC7

Text Example


Text Example

White with #A96CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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