Html Css Color HEX #A96ADE Amethyst

📋 copy color: '#A96ADE'

red 169 ◦ green 106 ◦ blue 222

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

Shades of Amethyst #A96ADE

Tints of Amethyst #A96ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.33%

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 34%
G = 21.33%
B = 44.67%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A96ADE (or 0xA96ADE) is known color: Amethyst. HEX triplet: A9, 6A and DE. RGB value is (169,106,222). Sum of RGB (Red+Green+Blue) = 169+106+222=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #A96ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ADE is #569521. Grayscale: #898989. Windows color (decimal): -5674274 or 14576297. OLE color: 14576297.

HSL color Cylindrical-coordinate representation of color #A96ADE: hue angle of 272.59º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A96ADE is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 106 222 -
CMYK 0.24 0.52 0 0.13
HSL 272.59º 0.64% 0.64% -
HSV(B) 272.59º 0.52% 0.87% -
XYZ 34.7 24.02 71.91 -
YUV 138.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 169 106 222 0.24 0.52 0 0.13 272.59 0.64 0.64
Hex A9 6A DE 18 34 0 D 111 40 40
Octal 251 152 336 30 64 0 15 421 100 100
Binary 10101001 1101010 11011110 11000 110100 0 1101 100010001 1000000 1000000

Color Harmonies of #A96ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96ADE

Black with #A96ADE

Text Example


Text Example

White with #A96ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96ADE; }

 p { color: rgb(169,106,222); }

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

background-color css

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

 a { background-color: rgb(169,106,222); }

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

border-color css

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

 span { border-color: rgb(169,106,222); }

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