Html Css Color HEX #A060CE Amethyst

📋 copy color: '#A060CE'

red 160 ◦ green 96 ◦ blue 206

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

Shades of Amethyst #A060CE

Tints of Amethyst #A060CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 34.63%
G = 20.78%
B = 44.59%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A060CE (or 0xA060CE) is known color: Amethyst. HEX triplet: A0, 60 and CE. RGB value is (160,96,206). Sum of RGB (Red+Green+Blue) = 160+96+206=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #A060CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060CE is #5F9F31. Grayscale: #7F7F7F. Windows color (decimal): -6266674 or 13525152. OLE color: 13525152.

HSL color Cylindrical-coordinate representation of color #A060CE: hue angle of 274.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A060CE is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 96 206 -
CMYK 0.22 0.53 0 0.19
HSL 274.91º 0.53% 0.59% -
HSV(B) 274.91º 0.53% 0.81% -
XYZ 29.82 20.3 60.74 -
YUV 127.68 172.2 151.06 -
System Red Green Blue C M Y K H S L
Decimal 160 96 206 0.22 0.53 0 0.19 274.91 0.53 0.59
Hex A0 60 CE 16 35 0 13 113 35 3B
Octal 240 140 316 26 65 0 23 423 65 73
Binary 10100000 1100000 11001110 10110 110101 0 10011 100010011 110101 111011

Color Harmonies of #A060CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A060CE

Black with #A060CE

Text Example


Text Example

White with #A060CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A060CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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