#A069CC

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

Shades of Amethyst #A069CC

Tints of Amethyst #A069CC

Color information

#A069CC (or 0xA069CC) is unknown color: approx Amethyst. HEX triplet: A0, 69 and CC. RGB value is (160,105,204). Sum of RGB (Red+Green+Blue) = 160+105+204=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #A069CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069CC is #5F9633. Grayscale: #848484. Windows color (decimal): -6264372 or 13396384. OLE color: 13396384.

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

Color convert

RGB160105204-
CMYK0.220.4900.2
HSL273.33º49.25%60.59%-
HSV(B)273.33º48.53%80%-
XYZ30.4521.9459.76-
YUV132.73168.22147.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.12%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=34.12%
G=22.39%
B=43.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601052040.220.4900.2273.3349.2560.59
HexA069CC1631014111313d
Octal24015131426610244216175
Binary1010000011010011100110010110110001010100100010001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069CC; }

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

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

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

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

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

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

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

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