Html Css Color HEX #A058FC Medium Purple

📋 copy color: '#A058FC'

red 160 ◦ green 88 ◦ blue 252

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

Shades of Medium Purple #A058FC

Tints of Medium Purple #A058FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 32%
G = 17.6%
B = 50.4%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A058FC (or 0xA058FC) is known color: Medium Purple. HEX triplet: A0, 58 and FC. RGB value is (160,88,252). Sum of RGB (Red+Green+Blue) = 160+88+252=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #A058FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A058FC is #5FA703. Grayscale: #7F7F7F. Windows color (decimal): -6268676 or 16537760. OLE color: 16537760.

HSL color Cylindrical-coordinate representation of color #A058FC: hue angle of 266.34º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A058FC is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 88 252 -
CMYK 0.37 0.65 0 0.01
HSL 266.34º 0.96% 0.67% -
HSV(B) 266.34º 0.65% 0.99% -
XYZ 35.56 21.48 94.37 -
YUV 128.22 197.85 150.66 -
System Red Green Blue C M Y K H S L
Decimal 160 88 252 0.37 0.65 0 0.01 266.34 0.96 0.67
Hex A0 58 FC 25 41 0 1 10A 60 43
Octal 240 130 374 45 101 0 1 412 140 103
Binary 10100000 1011000 11111100 100101 1000001 0 1 100001010 1100000 1000011

Color Harmonies of #A058FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A058FC

Black with #A058FC

Text Example


Text Example

White with #A058FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A058FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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