Html Css Color HEX #A96DD4 Amethyst

📋 copy color: '#A96DD4'

red 169 ◦ green 109 ◦ blue 212

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

Shades of Amethyst #A96DD4

Tints of Amethyst #A96DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.27%

R = 34.49%
G = 22.24%
B = 43.27%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A96DD4 (or 0xA96DD4) is known color: Amethyst. HEX triplet: A9, 6D and D4. RGB value is (169,109,212). Sum of RGB (Red+Green+Blue) = 169+109+212=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 212 - color contains mainly: blue. Hex color #A96DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DD4 is #56922B. Grayscale: #8A8A8A. Windows color (decimal): -5673516 or 13921705. OLE color: 13921705.

HSL color Cylindrical-coordinate representation of color #A96DD4: hue angle of 274.95º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A96DD4 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 169 109 212 -
CMYK 0.20 0.49 0 0.17
HSL 274.95º 0.54% 0.63% -
HSV(B) 274.95º 0.49% 0.83% -
XYZ 33.71 24.13 65.17 -
YUV 138.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 169 109 212 0.20 0.49 0 0.17 274.95 0.54 0.63
Hex A9 6D D4 14 31 0 11 113 36 3F
Octal 251 155 324 24 61 0 21 423 66 77
Binary 10101001 1101101 11010100 10100 110001 0 10001 100010011 110110 111111

Color Harmonies of #A96DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DD4

Black with #A96DD4

Text Example


Text Example

White with #A96DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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