Html Css Color HEX #A060DF Amethyst

📋 copy color: '#A060DF'

red 160 ◦ green 96 ◦ blue 223

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

Shades of Amethyst #A060DF

Tints of Amethyst #A060DF

RGB

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

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

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

R = 33.4%
G = 20.04%
B = 46.56%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A060DF (or 0xA060DF) is known color: Amethyst. HEX triplet: A0, 60 and DF. RGB value is (160,96,223). Sum of RGB (Red+Green+Blue) = 160+96+223=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #A060DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060DF is #5F9F20. Grayscale: #818181. Windows color (decimal): -6266657 or 14639264. OLE color: 14639264.

HSL color Cylindrical-coordinate representation of color #A060DF: hue angle of 270.24º 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 #A060DF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 96 223 -
CMYK 0.28 0.57 0 0.13
HSL 270.24º 0.66% 0.63% -
HSV(B) 270.24º 0.57% 0.87% -
XYZ 32 21.17 72.21 -
YUV 129.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 160 96 223 0.28 0.57 0 0.13 270.24 0.66 0.63
Hex A0 60 DF 1C 39 0 D 10E 42 3F
Octal 240 140 337 34 71 0 15 416 102 77
Binary 10100000 1100000 11011111 11100 111001 0 1101 100001110 1000010 111111

Color Harmonies of #A060DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A060DF

Black with #A060DF

Text Example


Text Example

White with #A060DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A060DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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