Html Css Color HEX #A960E2 Amethyst

📋 copy color: '#A960E2'

red 169 ◦ green 96 ◦ blue 226

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

Shades of Amethyst #A960E2

Tints of Amethyst #A960E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.03%

R = 34.42%
G = 19.55%
B = 46.03%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A960E2 (or 0xA960E2) is known color: Amethyst. HEX triplet: A9, 60 and E2. RGB value is (169,96,226). Sum of RGB (Red+Green+Blue) = 169+96+226=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 226 - color contains mainly: blue. Hex color #A960E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960E2 is #569F1D. Grayscale: #848484. Windows color (decimal): -5676830 or 14835881. OLE color: 14835881.

HSL color Cylindrical-coordinate representation of color #A960E2: hue angle of 273.69º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A960E2 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 169 96 226 -
CMYK 0.25 0.58 0 0.11
HSL 273.69º 0.69% 0.63% -
HSV(B) 273.69º 0.58% 0.89% -
XYZ 34.27 22.29 74.45 -
YUV 132.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 169 96 226 0.25 0.58 0 0.11 273.69 0.69 0.63
Hex A9 60 E2 19 3A 0 B 112 45 3F
Octal 251 140 342 31 72 0 13 422 105 77
Binary 10101001 1100000 11100010 11001 111010 0 1011 100010010 1000101 111111

Color Harmonies of #A960E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A960E2

Black with #A960E2

Text Example


Text Example

White with #A960E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A960E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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