Html Css Color HEX #A052EC Amethyst

📋 copy color: '#A052EC'

red 160 ◦ green 82 ◦ blue 236

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

Shades of Amethyst #A052EC

Tints of Amethyst #A052EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 33.47%
G = 17.15%
B = 49.37%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A052EC (or 0xA052EC) is known color: Amethyst. HEX triplet: A0, 52 and EC. RGB value is (160,82,236). Sum of RGB (Red+Green+Blue) = 160+82+236=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #A052EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A052EC is #5FAD13. Grayscale: #7A7A7A. Windows color (decimal): -6270228 or 15487648. OLE color: 15487648.

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

Color convert

RGB 160 82 236 -
CMYK 0.32 0.65 0 0.07
HSL 270.39º 0.8% 0.62% -
HSV(B) 270.39º 0.65% 0.93% -
XYZ 32.65 19.56 81.41 -
YUV 122.88 191.84 154.48 -
System Red Green Blue C M Y K H S L
Decimal 160 82 236 0.32 0.65 0 0.07 270.39 0.8 0.62
Hex A0 52 EC 20 41 0 7 10E 50 3E
Octal 240 122 354 40 101 0 7 416 120 76
Binary 10100000 1010010 11101100 100000 1000001 0 111 100001110 1010000 111110

Color Harmonies of #A052EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A052EC

Black with #A052EC

Text Example


Text Example

White with #A052EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A052EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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