Html Css Color HEX #A96EDA Amethyst

📋 copy color: '#A96EDA'

red 169 ◦ green 110 ◦ blue 218

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

Shades of Amethyst #A96EDA

Tints of Amethyst #A96EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 34%
G = 22.13%
B = 43.86%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A96EDA (or 0xA96EDA) is known color: Amethyst. HEX triplet: A9, 6E and DA. RGB value is (169,110,218). Sum of RGB (Red+Green+Blue) = 169+110+218=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #A96EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EDA is #569125. Grayscale: #8B8B8B. Windows color (decimal): -5673254 or 14315177. OLE color: 14315177.

HSL color Cylindrical-coordinate representation of color #A96EDA: hue angle of 272.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96EDA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 110 218 -
CMYK 0.22 0.50 0 0.15
HSL 272.78º 0.59% 0.64% -
HSV(B) 272.78º 0.5% 0.85% -
XYZ 34.59 24.65 69.26 -
YUV 139.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 169 110 218 0.22 0.50 0 0.15 272.78 0.59 0.64
Hex A9 6E DA 16 32 0 F 111 3B 40
Octal 251 156 332 26 62 0 17 421 73 100
Binary 10101001 1101110 11011010 10110 110010 0 1111 100010001 111011 1000000

Color Harmonies of #A96EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96EDA

Black with #A96EDA

Text Example


Text Example

White with #A96EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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