Html Css Color HEX #A96EC6 Amethyst

📋 copy color: '#A96EC6'

red 169 ◦ green 110 ◦ blue 198

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

Shades of Amethyst #A96EC6

Tints of Amethyst #A96EC6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.06%

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 35.43%
G = 23.06%
B = 41.51%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A96EC6 (or 0xA96EC6) is known color: Amethyst. HEX triplet: A9, 6E and C6. RGB value is (169,110,198). Sum of RGB (Red+Green+Blue) = 169+110+198=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #A96EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EC6 is #569139. Grayscale: #898989. Windows color (decimal): -5673274 or 13004457. OLE color: 13004457.

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

Color convert

RGB 169 110 198 -
CMYK 0.15 0.44 0 0.22
HSL 280.23º 0.44% 0.6% -
HSV(B) 280.23º 0.44% 0.78% -
XYZ 32.13 23.66 56.3 -
YUV 137.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 169 110 198 0.15 0.44 0 0.22 280.23 0.44 0.6
Hex A9 6E C6 F 2C 0 16 118 2C 3C
Octal 251 156 306 17 54 0 26 430 54 74
Binary 10101001 1101110 11000110 1111 101100 0 10110 100011000 101100 111100

Color Harmonies of #A96EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96EC6

Black with #A96EC6

Text Example


Text Example

White with #A96EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96EC6; }

 p { color: rgb(169,110,198); }

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

background-color css

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

 a { background-color: rgb(169,110,198); }

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

border-color css

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

 span { border-color: rgb(169,110,198); }

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