Html Css Color HEX #A96EDC Amethyst

📋 copy color: '#A96EDC'

red 169 ◦ green 110 ◦ blue 220

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

Shades of Amethyst #A96EDC

Tints of Amethyst #A96EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 33.87%
G = 22.04%
B = 44.09%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A96EDC (or 0xA96EDC) is known color: Amethyst. HEX triplet: A9, 6E and DC. RGB value is (169,110,220). Sum of RGB (Red+Green+Blue) = 169+110+220=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #A96EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EDC is #569123. Grayscale: #8B8B8B. Windows color (decimal): -5673252 or 14446249. OLE color: 14446249.

HSL color Cylindrical-coordinate representation of color #A96EDC: hue angle of 272.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96EDC is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 110 220 -
CMYK 0.23 0.50 0 0.14
HSL 272.18º 0.61% 0.65% -
HSV(B) 272.18º 0.5% 0.86% -
XYZ 34.86 24.75 70.65 -
YUV 140.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 169 110 220 0.23 0.50 0 0.14 272.18 0.61 0.65
Hex A9 6E DC 17 32 0 E 110 3D 41
Octal 251 156 334 27 62 0 16 420 75 101
Binary 10101001 1101110 11011100 10111 110010 0 1110 100010000 111101 1000001

Color Harmonies of #A96EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96EDC

Black with #A96EDC

Text Example


Text Example

White with #A96EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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