#A452E1

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

Shades of Amethyst #A452E1

Tints of Amethyst #A452E1

Color information

#A452E1 (or 0xA452E1) is unknown color: approx Amethyst. HEX triplet: A4, 52 and E1. RGB value is (164,82,225). Sum of RGB (Red+Green+Blue) = 164+82+225=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #A452E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452E1 is #5BAD1E. Grayscale: #7A7A7A. Windows color (decimal): -6008095 or 14766756. OLE color: 14766756.

HSL color Cylindrical-coordinate representation of color #A452E1: hue angle of 274.41º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A452E1 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16482225-
CMYK0.270.6400.12
HSL274.41º70.44%60.2%-
HSV(B)274.41º63.56%88.24%-
XYZ31.9219.3673.29-
YUV122.82185.67157.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 82 (32.42% from 255) = 17.41%
BLUE value IS 225 (88.28% from 255) = 47.77%
R=34.82%
G=17.41%
B=47.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal164822250.270.6400.12274.4170.4460.2
HexA452E11B400C112463c
Octal2441223413310001442210674
Binary10100100101001011100001110111000000011001000100101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A452E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A452E1; }

 p { color: rgb(164,82,225); }

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

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

 a { background-color: rgb(164,82,225); }

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

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

 span { border-color: rgb(164,82,225); }

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