Html Css Color HEX #A060CC Amethyst

📋 copy color: '#A060CC'

red 160 ◦ green 96 ◦ blue 204

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

Shades of Amethyst #A060CC

Tints of Amethyst #A060CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 34.78%
G = 20.87%
B = 44.35%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A060CC (or 0xA060CC) is known color: Amethyst. HEX triplet: A0, 60 and CC. RGB value is (160,96,204). Sum of RGB (Red+Green+Blue) = 160+96+204=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #A060CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060CC is #5F9F33. Grayscale: #7F7F7F. Windows color (decimal): -6266676 or 13394080. OLE color: 13394080.

HSL color Cylindrical-coordinate representation of color #A060CC: hue angle of 275.56º degrees, saturation: 0.51, 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 #A060CC is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 96 204 -
CMYK 0.22 0.53 0 0.2
HSL 275.56º 0.51% 0.59% -
HSV(B) 275.56º 0.53% 0.8% -
XYZ 29.58 20.2 59.47 -
YUV 127.45 171.2 151.22 -
System Red Green Blue C M Y K H S L
Decimal 160 96 204 0.22 0.53 0 0.2 275.56 0.51 0.59
Hex A0 60 CC 16 35 0 14 114 33 3B
Octal 240 140 314 26 65 0 24 424 63 73
Binary 10100000 1100000 11001100 10110 110101 0 10100 100010100 110011 111011

Color Harmonies of #A060CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A060CC

Black with #A060CC

Text Example


Text Example

White with #A060CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A060CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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