#A370CF

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

Shades of Amethyst #A370CF

Tints of Amethyst #A370CF

Color information

#A370CF (or 0xA370CF) is unknown color: approx Amethyst. HEX triplet: A3, 70 and CF. RGB value is (163,112,207). Sum of RGB (Red+Green+Blue) = 163+112+207=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #A370CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370CF is #5C8F30. Grayscale: #898989. Windows color (decimal): -6065969 or 13594787. OLE color: 13594787.

HSL color Cylindrical-coordinate representation of color #A370CF: hue angle of 272.21º 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 #A370CF is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163112207-
CMYK0.210.4600.19
HSL272.21º49.74%62.55%-
HSV(B)272.21º45.89%81.18%-
XYZ32.1623.8861.95-
YUV138.08166.9145.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 112 (44.14% from 255) = 23.24%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=33.82%
G=23.24%
B=42.95%

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
Decimal1631122070.210.4600.19272.2149.7462.55
HexA370CF152E013110323f
Octal24316031725560234206277
Binary1010001111100001100111110101101110010011100010000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A370CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A370CF; }

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

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

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

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

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

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

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

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