#A470CF

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

Shades of Amethyst #A470CF

Tints of Amethyst #A470CF

Color information

#A470CF (or 0xA470CF) is unknown color: approx Amethyst. HEX triplet: A4, 70 and CF. RGB value is (164,112,207). Sum of RGB (Red+Green+Blue) = 164+112+207=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #A470CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470CF is #5B8F30. Grayscale: #8A8A8A. Windows color (decimal): -6000433 or 13594788. OLE color: 13594788.

HSL color Cylindrical-coordinate representation of color #A470CF: hue angle of 272.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A470CF is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164112207-
CMYK0.210.4600.19
HSL272.84º49.74%62.55%-
HSV(B)272.84º45.89%81.18%-
XYZ32.3723.9961.96-
YUV138.38166.73146.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 112 (44.14% from 255) = 23.19%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=33.95%
G=23.19%
B=42.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641122070.210.4600.19272.8449.7462.55
HexA470CF152E013111323f
Octal24416031725560234216277
Binary1010010011100001100111110101101110010011100010001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A470CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A470CF; }

 p { color: rgb(164,112,207); }

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

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

 a { background-color: rgb(164,112,207); }

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

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

 span { border-color: rgb(164,112,207); }

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