#A95FF7

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

Shades of Medium Purple #A95FF7

Tints of Medium Purple #A95FF7

Color information

#A95FF7 (or 0xA95FF7) is unknown color: approx Medium Purple. HEX triplet: A9, 5F and F7. RGB value is (169,95,247). Sum of RGB (Red+Green+Blue) = 169+95+247=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #A95FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95FF7 is #56A008. Grayscale: #858585. Windows color (decimal): -5677065 or 16211881. OLE color: 16211881.

HSL color Cylindrical-coordinate representation of color #A95FF7: hue angle of 269.21º 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 #A95FF7 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16995247-
CMYK0.320.6200.03
HSL269.21º90.48%67.06%-
HSV(B)269.21º61.54%96.86%-
XYZ37.2423.3390.54-
YUV134.45191.52152.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 95 (37.5% from 255) = 18.59%
BLUE value IS 247 (96.88% from 255) = 48.34%
R=33.07%
G=18.59%
B=48.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal169952470.320.6200.03269.2190.4867.06
HexA95FF7203E0310d5a43
Octal251137367407603415132103
Binary1010100110111111111011110000011111001110000110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95FF7; }

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

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

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

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

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

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

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

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