#A261F6

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

Shades of Medium Purple #A261F6

Tints of Medium Purple #A261F6

Color information

#A261F6 (or 0xA261F6) is unknown color: approx Medium Purple. HEX triplet: A2, 61 and F6. RGB value is (162,97,246). Sum of RGB (Red+Green+Blue) = 162+97+246=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #A261F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A261F6 is #5D9E09. Grayscale: #848484. Windows color (decimal): -6135306 or 16146850. OLE color: 16146850.

HSL color Cylindrical-coordinate representation of color #A261F6: hue angle of 266.17º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A261F6 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16297246-
CMYK0.340.6100.04
HSL266.17º89.22%67.25%-
HSV(B)266.17º60.57%96.47%-
XYZ35.8122.8889.72-
YUV133.42191.53148.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 97 (38.28% from 255) = 19.21%
BLUE value IS 246 (96.48% from 255) = 48.71%
R=32.08%
G=19.21%
B=48.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal162972460.340.6100.04266.1789.2267.25
HexA261F6223D0410a5943
Octal242141366427504412131103
Binary10100010110000111110110100010111101010010000101010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A261F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A261F6; }

 p { color: rgb(162,97,246); }

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

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

 a { background-color: rgb(162,97,246); }

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

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

 span { border-color: rgb(162,97,246); }

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