Html Css Color HEX #A058F1 Medium Purple

📋 copy color: '#A058F1'

red 160 ◦ green 88 ◦ blue 241

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

Shades of Medium Purple #A058F1

Tints of Medium Purple #A058F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.28%

R = 32.72%
G = 18%
B = 49.28%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A058F1 (or 0xA058F1) is known color: Medium Purple. HEX triplet: A0, 58 and F1. RGB value is (160,88,241). Sum of RGB (Red+Green+Blue) = 160+88+241=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #A058F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A058F1 is #5FA70E. Grayscale: #7E7E7E. Windows color (decimal): -6268687 or 15816864. OLE color: 15816864.

HSL color Cylindrical-coordinate representation of color #A058F1: hue angle of 268.24º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A058F1 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 88 241 -
CMYK 0.34 0.63 0 0.05
HSL 268.24º 0.85% 0.65% -
HSV(B) 268.24º 0.63% 0.95% -
XYZ 33.86 20.8 85.45 -
YUV 126.97 192.35 151.56 -
System Red Green Blue C M Y K H S L
Decimal 160 88 241 0.34 0.63 0 0.05 268.24 0.85 0.65
Hex A0 58 F1 22 3F 0 5 10C 55 41
Octal 240 130 361 42 77 0 5 414 125 101
Binary 10100000 1011000 11110001 100010 111111 0 101 100001100 1010101 1000001

Color Harmonies of #A058F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A058F1

Black with #A058F1

Text Example


Text Example

White with #A058F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A058F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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