#A069C2

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

Shades of Amethyst #A069C2

Tints of Amethyst #A069C2

Color information

#A069C2 (or 0xA069C2) is unknown color: approx Amethyst. HEX triplet: A0, 69 and C2. RGB value is (160,105,194). Sum of RGB (Red+Green+Blue) = 160+105+194=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 194 - color contains mainly: blue. Hex color #A069C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069C2 is #5F963D. Grayscale: #838383. Windows color (decimal): -6264382 or 12741024. OLE color: 12741024.

HSL color Cylindrical-coordinate representation of color #A069C2: hue angle of 277.08º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A069C2 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160105194-
CMYK0.180.4600.24
HSL277.08º42.18%58.63%-
HSV(B)277.08º45.88%76.08%-
XYZ29.2921.4753.64-
YUV131.59163.22148.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 105 (41.41% from 255) = 22.88%
BLUE value IS 194 (76.17% from 255) = 42.27%
R=34.86%
G=22.88%
B=42.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601051940.180.4600.24277.0842.1858.63
HexA069C2122E0181152a3b
Octal24015130222560304255273
Binary1010000011010011100001010010101110011000100010101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069C2; }

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

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

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

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

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

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

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

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