Html Css Color HEX #A060D6 Amethyst

📋 copy color: '#A060D6'

red 160 ◦ green 96 ◦ blue 214

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

Shades of Amethyst #A060D6

Tints of Amethyst #A060D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.53%

R = 34.04%
G = 20.43%
B = 45.53%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A060D6 (or 0xA060D6) is known color: Amethyst. HEX triplet: A0, 60 and D6. RGB value is (160,96,214). Sum of RGB (Red+Green+Blue) = 160+96+214=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #A060D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060D6 is #5F9F29. Grayscale: #808080. Windows color (decimal): -6266666 or 14049440. OLE color: 14049440.

HSL color Cylindrical-coordinate representation of color #A060D6: hue angle of 272.54º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A060D6 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 96 214 -
CMYK 0.25 0.55 0 0.16
HSL 272.54º 0.59% 0.61% -
HSV(B) 272.54º 0.55% 0.84% -
XYZ 30.82 20.69 65.99 -
YUV 128.59 176.2 150.41 -
System Red Green Blue C M Y K H S L
Decimal 160 96 214 0.25 0.55 0 0.16 272.54 0.59 0.61
Hex A0 60 D6 19 37 0 10 111 3B 3D
Octal 240 140 326 31 67 0 20 421 73 75
Binary 10100000 1100000 11010110 11001 110111 0 10000 100010001 111011 111101

Color Harmonies of #A060D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A060D6

Black with #A060D6

Text Example


Text Example

White with #A060D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A060D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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