#A95FED

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

Shades of Medium Purple #A95FED

Tints of Medium Purple #A95FED

Color information

#A95FED (or 0xA95FED) is unknown color: approx Medium Purple. HEX triplet: A9, 5F and ED. RGB value is (169,95,237). Sum of RGB (Red+Green+Blue) = 169+95+237=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #A95FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95FED is #56A012. Grayscale: #848484. Windows color (decimal): -5677075 or 15556521. OLE color: 15556521.

HSL color Cylindrical-coordinate representation of color #A95FED: hue angle of 271.27º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A95FED is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16995237-
CMYK0.290.6000.07
HSL271.27º79.78%65.1%-
HSV(B)271.27º59.92%92.94%-
XYZ35.7422.7382.63-
YUV133.31186.52153.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 237 (92.97% from 255) = 47.31%
R=33.73%
G=18.96%
B=47.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal169952370.290.6000.07271.2779.7865.1
HexA95FED1D3C0710f5041
Octal251137355357407417120101
Binary1010100110111111110110111101111100011110000111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95FED; }

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

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

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

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

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

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

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

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