#A95EED

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

Shades of Medium Purple #A95EED

Tints of Medium Purple #A95EED

Color information

#A95EED (or 0xA95EED) is unknown color: approx Medium Purple. HEX triplet: A9, 5E and ED. RGB value is (169,94,237). Sum of RGB (Red+Green+Blue) = 169+94+237=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #A95EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95EED is #56A112. Grayscale: #848484. Windows color (decimal): -5677331 or 15556265. OLE color: 15556265.

HSL color Cylindrical-coordinate representation of color #A95EED: hue angle of 271.47º 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 #A95EED is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16994237-
CMYK0.290.6000.07
HSL271.47º79.89%64.9%-
HSV(B)271.47º60.34%92.94%-
XYZ35.6522.5582.6-
YUV132.73186.85153.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 94 (37.11% from 255) = 18.8%
BLUE value IS 237 (92.97% from 255) = 47.4%
R=33.8%
G=18.8%
B=47.4%

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
Decimal169942370.290.6000.07271.4779.8964.9
HexA95EED1D3C0710f5041
Octal251136355357407417120101
Binary1010100110111101110110111101111100011110000111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95EED; }

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

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

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

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

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

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

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

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