#A370DA

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

Shades of Amethyst #A370DA

Tints of Amethyst #A370DA

Color information

#A370DA (or 0xA370DA) is unknown color: approx Amethyst. HEX triplet: A3, 70 and DA. RGB value is (163,112,218). Sum of RGB (Red+Green+Blue) = 163+112+218=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #A370DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370DA is #5C8F25. Grayscale: #8A8A8A. Windows color (decimal): -6065958 or 14315683. OLE color: 14315683.

HSL color Cylindrical-coordinate representation of color #A370DA: hue angle of 268.87º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A370DA is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB163112218-
CMYK0.250.4900.15
HSL268.87º58.89%64.71%-
HSV(B)268.87º48.62%85.49%-
XYZ33.5524.4469.28-
YUV139.33172.4144.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.06%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 218 (85.55% from 255) = 44.22%
R=33.06%
G=22.72%
B=44.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631122180.250.4900.15268.8758.8964.71
HexA370DA19310F10d3b41
Octal243160332316101741573101
Binary1010001111100001101101011001110001011111000011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A370DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A370DA; }

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

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

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

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

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

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

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

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