Html Css Color HEX #A057EE Medium Purple

📋 copy color: '#A057EE'

red 160 ◦ green 87 ◦ blue 238

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

Shades of Medium Purple #A057EE

Tints of Medium Purple #A057EE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.94%

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 32.99%
G = 17.94%
B = 49.07%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A057EE (or 0xA057EE) is known color: Medium Purple. HEX triplet: A0, 57 and EE. RGB value is (160,87,238). Sum of RGB (Red+Green+Blue) = 160+87+238=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #A057EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A057EE is #5FA811. Grayscale: #7D7D7D. Windows color (decimal): -6268946 or 15620000. OLE color: 15620000.

HSL color Cylindrical-coordinate representation of color #A057EE: hue angle of 269.01º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A057EE is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 87 238 -
CMYK 0.33 0.63 0 0.07
HSL 269.01º 0.82% 0.64% -
HSV(B) 269.01º 0.63% 0.93% -
XYZ 33.34 20.46 83.08 -
YUV 126.04 191.18 152.22 -
System Red Green Blue C M Y K H S L
Decimal 160 87 238 0.33 0.63 0 0.07 269.01 0.82 0.64
Hex A0 57 EE 21 3F 0 7 10D 52 40
Octal 240 127 356 41 77 0 7 415 122 100
Binary 10100000 1010111 11101110 100001 111111 0 111 100001101 1010010 1000000

Color Harmonies of #A057EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057EE

Black with #A057EE

Text Example


Text Example

White with #A057EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057EE; }

 p { color: rgb(160,87,238); }

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

background-color css

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

 a { background-color: rgb(160,87,238); }

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

border-color css

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

 span { border-color: rgb(160,87,238); }

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