#A069CF

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

Shades of Amethyst #A069CF

Tints of Amethyst #A069CF

Color information

#A069CF (or 0xA069CF) is unknown color: approx Amethyst. HEX triplet: A0, 69 and CF. RGB value is (160,105,207). Sum of RGB (Red+Green+Blue) = 160+105+207=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A069CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069CF is #5F9630. Grayscale: #848484. Windows color (decimal): -6264369 or 13592992. OLE color: 13592992.

HSL color Cylindrical-coordinate representation of color #A069CF: hue angle of 272.35º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A069CF is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160105207-
CMYK0.230.4900.19
HSL272.35º51.52%61.18%-
HSV(B)272.35º49.28%81.18%-
XYZ30.8122.0861.67-
YUV133.07169.72147.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=33.90%
G=22.25%
B=43.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601052070.230.4900.19272.3551.5261.18
HexA069CF1731013110343d
Octal24015131727610234206475
Binary1010000011010011100111110111110001010011100010000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069CF; }

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

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

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

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

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

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

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

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