Html Css Color HEX #A960DD Amethyst

📋 copy color: '#A960DD'

red 169 ◦ green 96 ◦ blue 221

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

Shades of Amethyst #A960DD

Tints of Amethyst #A960DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.75%

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 34.77%
G = 19.75%
B = 45.47%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A960DD (or 0xA960DD) is known color: Amethyst. HEX triplet: A9, 60 and DD. RGB value is (169,96,221). Sum of RGB (Red+Green+Blue) = 169+96+221=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #A960DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960DD is #569F22. Grayscale: #838383. Windows color (decimal): -5676835 or 14508201. OLE color: 14508201.

HSL color Cylindrical-coordinate representation of color #A960DD: hue angle of 275.04º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A960DD is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 96 221 -
CMYK 0.24 0.57 0 0.13
HSL 275.04º 0.65% 0.62% -
HSV(B) 275.04º 0.57% 0.87% -
XYZ 33.6 22.02 70.89 -
YUV 132.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 169 96 221 0.24 0.57 0 0.13 275.04 0.65 0.62
Hex A9 60 DD 18 39 0 D 113 41 3E
Octal 251 140 335 30 71 0 15 423 101 76
Binary 10101001 1100000 11011101 11000 111001 0 1101 100010011 1000001 111110

Color Harmonies of #A960DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A960DD

Black with #A960DD

Text Example


Text Example

White with #A960DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A960DD; }

 p { color: rgb(169,96,221); }

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

background-color css

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

 a { background-color: rgb(169,96,221); }

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

border-color css

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

 span { border-color: rgb(169,96,221); }

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