#A05FF7

Color #A05FF7 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A05FF7

Tints of Medium Purple #A05FF7

Color information

#A05FF7 (or 0xA05FF7) is unknown color: approx Medium Purple. HEX triplet: A0, 5F and F7. RGB value is (160,95,247). Sum of RGB (Red+Green+Blue) = 160+95+247=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #A05FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FF7 is #5FA008. Grayscale: #838383. Windows color (decimal): -6266889 or 16211872. OLE color: 16211872.

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

Color convert

RGB16095247-
CMYK0.350.6200.03
HSL265.66º90.48%67.06%-
HSV(B)265.66º61.54%96.86%-
XYZ35.3822.3790.45-
YUV131.76193.03148.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 95 (37.5% from 255) = 18.92%
BLUE value IS 247 (96.88% from 255) = 49.20%
R=31.87%
G=18.92%
B=49.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal160952470.350.6200.03265.6690.4867.06
HexA05FF7233E0310a5a43
Octal240137367437603412132103
Binary1010000010111111111011110001111111001110000101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05FF7; }

 p { color: rgb(160,95,247); }

 H1.HeaderClassName
 {
   color: #A05FF7;
 }
 .AnyTagClassName
 {
   color: #A05FF7;
 }
</style>
background-color css

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

 a { background-color: rgb(160,95,247); }

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

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

 span { border-color: rgb(160,95,247); }

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