Html Css Color HEX #A060C9 Amethyst

📋 copy color: '#A060C9'

red 160 ◦ green 96 ◦ blue 201

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

Shades of Amethyst #A060C9

Tints of Amethyst #A060C9

RGB

 RED value IS 160 (62.89% from 255) = 35.01%

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

 BLUE value IS 201 (78.91% from 255) = 43.98%

R = 35.01%
G = 21.01%
B = 43.98%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A060C9 (or 0xA060C9) is known color: Amethyst. HEX triplet: A0, 60 and C9. RGB value is (160,96,201). Sum of RGB (Red+Green+Blue) = 160+96+201=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #A060C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060C9 is #5F9F36. Grayscale: #7E7E7E. Windows color (decimal): -6266679 or 13197472. OLE color: 13197472.

HSL color Cylindrical-coordinate representation of color #A060C9: hue angle of 276.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A060C9 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 96 201 -
CMYK 0.20 0.52 0 0.21
HSL 276.57º 0.49% 0.58% -
HSV(B) 276.57º 0.52% 0.79% -
XYZ 29.22 20.06 57.59 -
YUV 127.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 160 96 201 0.20 0.52 0 0.21 276.57 0.49 0.58
Hex A0 60 C9 14 34 0 15 115 31 3A
Octal 240 140 311 24 64 0 25 425 61 72
Binary 10100000 1100000 11001001 10100 110100 0 10101 100010101 110001 111010

Color Harmonies of #A060C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A060C9

Black with #A060C9

Text Example


Text Example

White with #A060C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A060C9; }

 p { color: rgb(160,96,201); }

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

background-color css

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

 a { background-color: rgb(160,96,201); }

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

border-color css

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

 span { border-color: rgb(160,96,201); }

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