#A252E9

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

Shades of Amethyst #A252E9

Tints of Amethyst #A252E9

Color information

#A252E9 (or 0xA252E9) is unknown color: approx Amethyst. HEX triplet: A2, 52 and E9. RGB value is (162,82,233). Sum of RGB (Red+Green+Blue) = 162+82+233=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #A252E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A252E9 is #5DAD16. Grayscale: #7A7A7A. Windows color (decimal): -6139159 or 15291042. OLE color: 15291042.

HSL color Cylindrical-coordinate representation of color #A252E9: hue angle of 271.79º 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 #A252E9 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16282233-
CMYK0.300.6500.09
HSL271.79º77.44%61.76%-
HSV(B)271.79º64.81%91.37%-
XYZ32.6319.679.15-
YUV123.13190155.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 82 (32.42% from 255) = 17.19%
BLUE value IS 233 (91.41% from 255) = 48.85%
R=33.96%
G=17.19%
B=48.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162822330.300.6500.09271.7977.4461.76
HexA252E91E41091104d3e
Octal2421223513610101142011576
Binary10100010101001011101001111101000001010011000100001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A252E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A252E9; }

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

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

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

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

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

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

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

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