Html Css Color HEX #A060CF Amethyst

📋 copy color: '#A060CF'

red 160 ◦ green 96 ◦ blue 207

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

Shades of Amethyst #A060CF

Tints of Amethyst #A060CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 34.56%
G = 20.73%
B = 44.71%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A060CF (or 0xA060CF) is known color: Amethyst. HEX triplet: A0, 60 and CF. RGB value is (160,96,207). Sum of RGB (Red+Green+Blue) = 160+96+207=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #A060CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060CF is #5F9F30. Grayscale: #7F7F7F. Windows color (decimal): -6266673 or 13590688. OLE color: 13590688.

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

Color convert

RGB 160 96 207 -
CMYK 0.23 0.54 0 0.19
HSL 274.59º 0.54% 0.59% -
HSV(B) 274.59º 0.54% 0.81% -
XYZ 29.94 20.34 61.38 -
YUV 127.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 160 96 207 0.23 0.54 0 0.19 274.59 0.54 0.59
Hex A0 60 CF 17 36 0 13 113 36 3B
Octal 240 140 317 27 66 0 23 423 66 73
Binary 10100000 1100000 11001111 10111 110110 0 10011 100010011 110110 111011

Color Harmonies of #A060CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A060CF

Black with #A060CF

Text Example


Text Example

White with #A060CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A060CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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