#A06FCC

Color #A06FCC Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A06FCC

Tints of Amethyst #A06FCC

Color information

#A06FCC (or 0xA06FCC) is unknown color: approx Amethyst. HEX triplet: A0, 6F and CC. RGB value is (160,111,204). Sum of RGB (Red+Green+Blue) = 160+111+204=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #A06FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FCC is #5F9033. Grayscale: #878787. Windows color (decimal): -6262836 or 13397920. OLE color: 13397920.

HSL color Cylindrical-coordinate representation of color #A06FCC: hue angle of 271.61º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A06FCC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160111204-
CMYK0.220.4600.2
HSL271.61º47.69%61.76%-
HSV(B)271.61º45.59%80%-
XYZ31.0823.259.97-
YUV136.25166.23144.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=33.68%
G=23.37%
B=42.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601112040.220.4600.2271.6147.6961.76
HexA06FCC162E014110303e
Octal24015731426560244206076
Binary1010000011011111100110010110101110010100100010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FCC; }

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

 H1.HeaderClassName
 {
   color: #A06FCC;
 }
 .AnyTagClassName
 {
   color: #A06FCC;
 }
</style>
background-color css

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

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

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

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

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

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