Html Css Color HEX #A96EDF Amethyst

📋 copy color: '#A96EDF'

red 169 ◦ green 110 ◦ blue 223

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

Shades of Amethyst #A96EDF

Tints of Amethyst #A96EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 33.67%
G = 21.91%
B = 44.42%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A96EDF (or 0xA96EDF) is known color: Amethyst. HEX triplet: A9, 6E and DF. RGB value is (169,110,223). Sum of RGB (Red+Green+Blue) = 169+110+223=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #A96EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EDF is #569120. Grayscale: #8C8C8C. Windows color (decimal): -5673249 or 14642857. OLE color: 14642857.

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

Color convert

RGB 169 110 223 -
CMYK 0.24 0.51 0 0.13
HSL 271.33º 0.64% 0.65% -
HSV(B) 271.33º 0.51% 0.87% -
XYZ 35.26 24.91 72.76 -
YUV 140.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 169 110 223 0.24 0.51 0 0.13 271.33 0.64 0.65
Hex A9 6E DF 18 33 0 D 10F 40 41
Octal 251 156 337 30 63 0 15 417 100 101
Binary 10101001 1101110 11011111 11000 110011 0 1101 100001111 1000000 1000001

Color Harmonies of #A96EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96EDF

Black with #A96EDF

Text Example


Text Example

White with #A96EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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