Html Css Color HEX #A058EE Medium Purple

📋 copy color: '#A058EE'

red 160 ◦ green 88 ◦ blue 238

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

Shades of Medium Purple #A058EE

Tints of Medium Purple #A058EE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.11%

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

R = 32.92%
G = 18.11%
B = 48.97%

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

#A058EE (or 0xA058EE) is known color: Medium Purple. HEX triplet: A0, 58 and EE. RGB value is (160,88,238). Sum of RGB (Red+Green+Blue) = 160+88+238=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #A058EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A058EE is #5FA711. Grayscale: #7E7E7E. Windows color (decimal): -6268690 or 15620256. OLE color: 15620256.

HSL color Cylindrical-coordinate representation of color #A058EE: hue angle of 268.8º 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 #A058EE is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 88 238 -
CMYK 0.33 0.63 0 0.07
HSL 268.8º 0.82% 0.64% -
HSV(B) 268.8º 0.63% 0.93% -
XYZ 33.42 20.63 83.11 -
YUV 126.63 190.85 151.8 -
System Red Green Blue C M Y K H S L
Decimal 160 88 238 0.33 0.63 0 0.07 268.8 0.82 0.64
Hex A0 58 EE 21 3F 0 7 10D 52 40
Octal 240 130 356 41 77 0 7 415 122 100
Binary 10100000 1011000 11101110 100001 111111 0 111 100001101 1010010 1000000

Color Harmonies of #A058EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A058EE

Black with #A058EE

Text Example


Text Example

White with #A058EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A058EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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