Html Css Color HEX #A96ED0 Amethyst

📋 copy color: '#A96ED0'

red 169 ◦ green 110 ◦ blue 208

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

Shades of Amethyst #A96ED0

Tints of Amethyst #A96ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.71%

R = 34.7%
G = 22.59%
B = 42.71%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A96ED0 (or 0xA96ED0) is known color: Amethyst. HEX triplet: A9, 6E and D0. RGB value is (169,110,208). Sum of RGB (Red+Green+Blue) = 169+110+208=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #A96ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ED0 is #56912F. Grayscale: #8A8A8A. Windows color (decimal): -5673264 or 13659817. OLE color: 13659817.

HSL color Cylindrical-coordinate representation of color #A96ED0: hue angle of 276.12º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A96ED0 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 110 208 -
CMYK 0.19 0.47 0 0.18
HSL 276.12º 0.51% 0.62% -
HSV(B) 276.12º 0.47% 0.82% -
XYZ 33.32 24.14 62.58 -
YUV 138.81 167.05 149.53 -
System Red Green Blue C M Y K H S L
Decimal 169 110 208 0.19 0.47 0 0.18 276.12 0.51 0.62
Hex A9 6E D0 13 2F 0 12 114 33 3E
Octal 251 156 320 23 57 0 22 424 63 76
Binary 10101001 1101110 11010000 10011 101111 0 10010 100010100 110011 111110

Color Harmonies of #A96ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96ED0

Black with #A96ED0

Text Example


Text Example

White with #A96ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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