Html Css Color HEX #A060CD Amethyst

📋 copy color: '#A060CD'

red 160 ◦ green 96 ◦ blue 205

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

Shades of Amethyst #A060CD

Tints of Amethyst #A060CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 34.71%
G = 20.82%
B = 44.47%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A060CD (or 0xA060CD) is known color: Amethyst. HEX triplet: A0, 60 and CD. RGB value is (160,96,205). Sum of RGB (Red+Green+Blue) = 160+96+205=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #A060CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060CD is #5F9F32. Grayscale: #7F7F7F. Windows color (decimal): -6266675 or 13459616. OLE color: 13459616.

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

Color convert

RGB 160 96 205 -
CMYK 0.22 0.53 0 0.20
HSL 275.23º 0.52% 0.59% -
HSV(B) 275.23º 0.53% 0.8% -
XYZ 29.7 20.25 60.1 -
YUV 127.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 160 96 205 0.22 0.53 0 0.20 275.23 0.52 0.59
Hex A0 60 CD 16 35 0 14 113 34 3B
Octal 240 140 315 26 65 0 24 423 64 73
Binary 10100000 1100000 11001101 10110 110101 0 10100 100010011 110100 111011

Color Harmonies of #A060CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A060CD

Black with #A060CD

Text Example


Text Example

White with #A060CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A060CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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