Html Css Color HEX #A96DD0 Amethyst

📋 copy color: '#A96DD0'

red 169 ◦ green 109 ◦ blue 208

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

Shades of Amethyst #A96DD0

Tints of Amethyst #A96DD0

RGB

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

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

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

R = 34.77%
G = 22.43%
B = 42.8%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A96DD0 (or 0xA96DD0) is known color: Amethyst. HEX triplet: A9, 6D and D0. RGB value is (169,109,208). Sum of RGB (Red+Green+Blue) = 169+109+208=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #A96DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DD0 is #56922F. Grayscale: #898989. Windows color (decimal): -5673520 or 13659561. OLE color: 13659561.

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

Color convert

RGB 169 109 208 -
CMYK 0.19 0.48 0 0.18
HSL 276.36º 0.51% 0.62% -
HSV(B) 276.36º 0.48% 0.82% -
XYZ 33.22 23.93 62.54 -
YUV 138.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 169 109 208 0.19 0.48 0 0.18 276.36 0.51 0.62
Hex A9 6D D0 13 30 0 12 114 33 3E
Octal 251 155 320 23 60 0 22 424 63 76
Binary 10101001 1101101 11010000 10011 110000 0 10010 100010100 110011 111110

Color Harmonies of #A96DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96DD0

Black with #A96DD0

Text Example


Text Example

White with #A96DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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