#A95AD5

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

Shades of Medium Orchid #A95AD5

Tints of Medium Orchid #A95AD5

Color information

#A95AD5 (or 0xA95AD5) is unknown color: approx Medium Orchid. HEX triplet: A9, 5A and D5. RGB value is (169,90,213). Sum of RGB (Red+Green+Blue) = 169+90+213=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #A95AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95AD5 is #56A52A. Grayscale: #7F7F7F. Windows color (decimal): -5678379 or 13982377. OLE color: 13982377.

HSL color Cylindrical-coordinate representation of color #A95AD5: hue angle of 278.54º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A95AD5 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16990213-
CMYK0.210.5800.16
HSL278.54º59.42%59.41%-
HSV(B)278.54º57.75%83.53%-
XYZ32.0320.5565.23-
YUV127.64176.17157.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 90 (35.55% from 255) = 19.07%
BLUE value IS 213 (83.59% from 255) = 45.13%
R=35.81%
G=19.07%
B=45.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169902130.210.5800.16278.5459.4259.41
HexA95AD5153A0101173b3b
Octal25113232525720204277373
Binary1010100110110101101010110101111010010000100010111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95AD5; }

 p { color: rgb(169,90,213); }

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

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

 a { background-color: rgb(169,90,213); }

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

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

 span { border-color: rgb(169,90,213); }

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