#A069CD

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

Shades of Amethyst #A069CD

Tints of Amethyst #A069CD

Color information

#A069CD (or 0xA069CD) is unknown color: approx Amethyst. HEX triplet: A0, 69 and CD. RGB value is (160,105,205). Sum of RGB (Red+Green+Blue) = 160+105+205=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #A069CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069CD is #5F9632. Grayscale: #848484. Windows color (decimal): -6264371 or 13461920. OLE color: 13461920.

HSL color Cylindrical-coordinate representation of color #A069CD: hue angle of 273º degrees, saturation: 0.5, 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 #A069CD is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160105205-
CMYK0.220.4900.20
HSL273º50%60.78%-
HSV(B)273º48.78%80.39%-
XYZ30.5721.9860.39-
YUV132.84168.72147.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 205 (80.47% from 255) = 43.62%
R=34.04%
G=22.34%
B=43.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601052050.220.4900.202735060.78
HexA069CD1631014111323d
Octal24015131526610244216275
Binary1010000011010011100110110110110001010100100010001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069CD; }

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

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

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

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

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

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

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

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