Html Css Color HEX #A96FD0 Amethyst

📋 copy color: '#A96FD0'

red 169 ◦ green 111 ◦ blue 208

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

Shades of Amethyst #A96FD0

Tints of Amethyst #A96FD0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.75%

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

R = 34.63%
G = 22.75%
B = 42.62%

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

#A96FD0 (or 0xA96FD0) is known color: Amethyst. HEX triplet: A9, 6F and D0. RGB value is (169,111,208). Sum of RGB (Red+Green+Blue) = 169+111+208=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #A96FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FD0 is #56902F. Grayscale: #8B8B8B. Windows color (decimal): -5673008 or 13660073. OLE color: 13660073.

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

Color convert

RGB 169 111 208 -
CMYK 0.19 0.47 0 0.18
HSL 275.88º 0.51% 0.63% -
HSV(B) 275.88º 0.47% 0.82% -
XYZ 33.43 24.36 62.61 -
YUV 139.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 169 111 208 0.19 0.47 0 0.18 275.88 0.51 0.63
Hex A9 6F D0 13 2F 0 12 114 33 3F
Octal 251 157 320 23 57 0 22 424 63 77
Binary 10101001 1101111 11010000 10011 101111 0 10010 100010100 110011 111111

Color Harmonies of #A96FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FD0

Black with #A96FD0

Text Example


Text Example

White with #A96FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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