Html Css Color HEX #A058F8 Medium Purple

📋 copy color: '#A058F8'

red 160 ◦ green 88 ◦ blue 248

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

Shades of Medium Purple #A058F8

Tints of Medium Purple #A058F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50%

R = 32.26%
G = 17.74%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A058F8 (or 0xA058F8) is known color: Medium Purple. HEX triplet: A0, 58 and F8. RGB value is (160,88,248). Sum of RGB (Red+Green+Blue) = 160+88+248=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #A058F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A058F8 is #5FA707. Grayscale: #7F7F7F. Windows color (decimal): -6268680 or 16275616. OLE color: 16275616.

HSL color Cylindrical-coordinate representation of color #A058F8: hue angle of 267º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A058F8 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 88 248 -
CMYK 0.35 0.65 0 0.03
HSL 267º 0.92% 0.66% -
HSV(B) 267º 0.65% 0.97% -
XYZ 34.93 21.23 91.06 -
YUV 127.77 195.85 150.99 -
System Red Green Blue C M Y K H S L
Decimal 160 88 248 0.35 0.65 0 0.03 267 0.92 0.66
Hex A0 58 F8 23 41 0 3 10B 5C 42
Octal 240 130 370 43 101 0 3 413 134 102
Binary 10100000 1011000 11111000 100011 1000001 0 11 100001011 1011100 1000010

Color Harmonies of #A058F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A058F8

Black with #A058F8

Text Example


Text Example

White with #A058F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A058F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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