#A152E9

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

Shades of Amethyst #A152E9

Tints of Amethyst #A152E9

Color information

#A152E9 (or 0xA152E9) is unknown color: approx Amethyst. HEX triplet: A1, 52 and E9. RGB value is (161,82,233). Sum of RGB (Red+Green+Blue) = 161+82+233=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #A152E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A152E9 is #5EAD16. Grayscale: #7A7A7A. Windows color (decimal): -6204695 or 15291041. OLE color: 15291041.

HSL color Cylindrical-coordinate representation of color #A152E9: hue angle of 271.39º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A152E9 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16182233-
CMYK0.310.6500.09
HSL271.39º77.44%61.76%-
HSV(B)271.39º64.81%91.37%-
XYZ32.4219.4979.14-
YUV122.84190.17155.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 82 (32.42% from 255) = 17.23%
BLUE value IS 233 (91.41% from 255) = 48.95%
R=33.82%
G=17.23%
B=48.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161822330.310.6500.09271.3977.4461.76
HexA152E91F410910f4d3e
Octal2411223513710101141711576
Binary10100001101001011101001111111000001010011000011111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A152E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A152E9; }

 p { color: rgb(161,82,233); }

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

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

 a { background-color: rgb(161,82,233); }

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

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

 span { border-color: rgb(161,82,233); }

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