Html Css Color HEX #A960DF Amethyst

📋 copy color: '#A960DF'

red 169 ◦ green 96 ◦ blue 223

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

Shades of Amethyst #A960DF

Tints of Amethyst #A960DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 34.63%
G = 19.67%
B = 45.7%

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

#A960DF (or 0xA960DF) is known color: Amethyst. HEX triplet: A9, 60 and DF. RGB value is (169,96,223). Sum of RGB (Red+Green+Blue) = 169+96+223=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #A960DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960DF is #569F20. Grayscale: #838383. Windows color (decimal): -5676833 or 14639273. OLE color: 14639273.

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

Color convert

RGB 169 96 223 -
CMYK 0.24 0.57 0 0.13
HSL 274.49º 0.66% 0.63% -
HSV(B) 274.49º 0.57% 0.87% -
XYZ 33.86 22.13 72.3 -
YUV 132.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 169 96 223 0.24 0.57 0 0.13 274.49 0.66 0.63
Hex A9 60 DF 18 39 0 D 112 42 3F
Octal 251 140 337 30 71 0 15 422 102 77
Binary 10101001 1100000 11011111 11000 111001 0 1101 100010010 1000010 111111

Color Harmonies of #A960DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A960DF

Black with #A960DF

Text Example


Text Example

White with #A960DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A960DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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