Html Css Color HEX #A96DDA Amethyst

📋 copy color: '#A96DDA'

red 169 ◦ green 109 ◦ blue 218

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

Shades of Amethyst #A96DDA

Tints of Amethyst #A96DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.98%

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

R = 34.07%
G = 21.98%
B = 43.95%

CMYK

 C value IS 0.22

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A96DDA (or 0xA96DDA) is known color: Amethyst. HEX triplet: A9, 6D and DA. RGB value is (169,109,218). Sum of RGB (Red+Green+Blue) = 169+109+218=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #A96DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DDA is #569225. Grayscale: #8A8A8A. Windows color (decimal): -5673510 or 14314921. OLE color: 14314921.

HSL color Cylindrical-coordinate representation of color #A96DDA: hue angle of 273.03º degrees, saturation: 0.6, 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 #A96DDA is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 109 218 -
CMYK 0.22 0.5 0 0.15
HSL 273.03º 0.6% 0.64% -
HSV(B) 273.03º 0.5% 0.85% -
XYZ 34.49 24.43 69.23 -
YUV 139.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 169 109 218 0.22 0.5 0 0.15 273.03 0.6 0.64
Hex A9 6D DA 16 32 0 F 111 3C 40
Octal 251 155 332 26 62 0 17 421 74 100
Binary 10101001 1101101 11011010 10110 110010 0 1111 100010001 111100 1000000

Color Harmonies of #A96DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DDA

Black with #A96DDA

Text Example


Text Example

White with #A96DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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