#A372CA

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

Shades of Amethyst #A372CA

Tints of Amethyst #A372CA

Color information

#A372CA (or 0xA372CA) is unknown color: approx Amethyst. HEX triplet: A3, 72 and CA. RGB value is (163,114,202). Sum of RGB (Red+Green+Blue) = 163+114+202=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #A372CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372CA is #5C8D35. Grayscale: #8A8A8A. Windows color (decimal): -6065462 or 13267619. OLE color: 13267619.

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

Color convert

RGB163114202-
CMYK0.190.4400.21
HSL273.41º45.36%61.96%-
HSV(B)273.41º43.56%79.22%-
XYZ31.7824.0958.85-
YUV138.68163.73145.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 114 (44.92% from 255) = 23.80%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=34.03%
G=23.80%
B=42.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631142020.190.4400.21273.4145.3661.96
HexA372CA132C0151112d3e
Octal24316231223540254215576
Binary1010001111100101100101010011101100010101100010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A372CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A372CA; }

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

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

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

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

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

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

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

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