Html Css Color HEX #A052EA Amethyst

📋 copy color: '#A052EA'

red 160 ◦ green 82 ◦ blue 234

#A052EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #A052EA

Tints of Amethyst #A052EA

RGB

 RED value IS 160 (62.89% from 255) = 33.61%

 GREEN value IS 82 (32.42% from 255) = 17.23%

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 33.61%
G = 17.23%
B = 49.16%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A052EA (or 0xA052EA) is known color: Amethyst. HEX triplet: A0, 52 and EA. RGB value is (160,82,234). Sum of RGB (Red+Green+Blue) = 160+82+234=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #A052EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A052EA is #5FAD15. Grayscale: #7A7A7A. Windows color (decimal): -6270230 or 15356576. OLE color: 15356576.

HSL color Cylindrical-coordinate representation of color #A052EA: hue angle of 270.79º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A052EA is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 82 234 -
CMYK 0.32 0.65 0 0.08
HSL 270.79º 0.78% 0.62% -
HSV(B) 270.79º 0.65% 0.92% -
XYZ 32.37 19.45 79.89 -
YUV 122.65 190.84 154.64 -
System Red Green Blue C M Y K H S L
Decimal 160 82 234 0.32 0.65 0 0.08 270.79 0.78 0.62
Hex A0 52 EA 20 41 0 8 10F 4E 3E
Octal 240 122 352 40 101 0 10 417 116 76
Binary 10100000 1010010 11101010 100000 1000001 0 1000 100001111 1001110 111110

Color Harmonies of #A052EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A052EA

Black with #A052EA

Text Example


Text Example

White with #A052EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A052EA; }

 p { color: rgb(160,82,234); }

 H1.HeaderClassName
 {
   color: #A052EA;
 }
 .AnyTagClassName
 {
   color: #A052EA;
 }
</style>

background-color css

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

 a { background-color: rgb(160,82,234); }

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

border-color css

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

 span { border-color: rgb(160,82,234); }

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