Html Css Color HEX #A055FC Medium Purple

📋 copy color: '#A055FC'

red 160 ◦ green 85 ◦ blue 252

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

Shades of Medium Purple #A055FC

Tints of Medium Purple #A055FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.1%

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

R = 32.19%
G = 17.1%
B = 50.7%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A055FC (or 0xA055FC) is known color: Medium Purple. HEX triplet: A0, 55 and FC. RGB value is (160,85,252). Sum of RGB (Red+Green+Blue) = 160+85+252=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #A055FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A055FC is #5FAA03. Grayscale: #7D7D7D. Windows color (decimal): -6269444 or 16536992. OLE color: 16536992.

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

Color convert

RGB 160 85 252 -
CMYK 0.37 0.66 0 0.01
HSL 266.95º 0.97% 0.66% -
HSV(B) 266.95º 0.66% 0.99% -
XYZ 35.32 21 94.29 -
YUV 126.46 198.85 151.92 -
System Red Green Blue C M Y K H S L
Decimal 160 85 252 0.37 0.66 0 0.01 266.95 0.97 0.66
Hex A0 55 FC 25 42 0 1 10B 61 42
Octal 240 125 374 45 102 0 1 413 141 102
Binary 10100000 1010101 11111100 100101 1000010 0 1 100001011 1100001 1000010

Color Harmonies of #A055FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055FC

Black with #A055FC

Text Example


Text Example

White with #A055FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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