#A061FB

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

Shades of Medium Purple #A061FB

Tints of Medium Purple #A061FB

Color information

#A061FB (or 0xA061FB) is unknown color: approx Medium Purple. HEX triplet: A0, 61 and FB. RGB value is (160,97,251). Sum of RGB (Red+Green+Blue) = 160+97+251=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #A061FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A061FB is #5F9E04. Grayscale: #848484. Windows color (decimal): -6266373 or 16474528. OLE color: 16474528.

HSL color Cylindrical-coordinate representation of color #A061FB: hue angle of 264.55º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A061FB is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16097251-
CMYK0.360.6100.02
HSL264.55º95.06%68.24%-
HSV(B)264.55º61.35%98.43%-
XYZ36.1822.9993.8-
YUV133.39194.37146.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.50%
GREEN value IS 97 (38.28% from 255) = 19.09%
BLUE value IS 251 (98.44% from 255) = 49.41%
R=31.50%
G=19.09%
B=49.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal160972510.360.6100.02264.5595.0668.24
HexA061FB243D021095f44
Octal240141373447502411137104
Binary1010000011000011111101110010011110101010000100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A061FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A061FB; }

 p { color: rgb(160,97,251); }

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

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

 a { background-color: rgb(160,97,251); }

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

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

 span { border-color: rgb(160,97,251); }

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