#A370CA

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

Shades of Amethyst #A370CA

Tints of Amethyst #A370CA

Color information

#A370CA (or 0xA370CA) is unknown color: approx Amethyst. HEX triplet: A3, 70 and CA. RGB value is (163,112,202). Sum of RGB (Red+Green+Blue) = 163+112+202=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #A370CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370CA is #5C8F35. Grayscale: #898989. Windows color (decimal): -6065974 or 13267107. OLE color: 13267107.

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

Color convert

RGB163112202-
CMYK0.190.4500.21
HSL274º45.92%61.57%-
HSV(B)274º44.55%79.22%-
XYZ31.5623.6458.78-
YUV137.51164.4146.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=34.17%
G=23.48%
B=42.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631122020.190.4500.2127445.9261.57
HexA370CA132D0151122e3e
Octal24316031223550254225676
Binary1010001111100001100101010011101101010101100010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A370CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A370CA; }

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

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

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

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

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

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

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

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