#A95BD7

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

Shades of Medium Orchid #A95BD7

Tints of Medium Orchid #A95BD7

Color information

#A95BD7 (or 0xA95BD7) is unknown color: approx Medium Orchid. HEX triplet: A9, 5B and D7. RGB value is (169,91,215). Sum of RGB (Red+Green+Blue) = 169+91+215=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #A95BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BD7 is #56A428. Grayscale: #808080. Windows color (decimal): -5678121 or 14113705. OLE color: 14113705.

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

Color convert

RGB16991215-
CMYK0.210.5800.16
HSL277.74º60.78%60%-
HSV(B)277.74º57.67%84.31%-
XYZ32.3720.8266.6-
YUV128.46176.84156.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 91 (35.94% from 255) = 19.16%
BLUE value IS 215 (84.38% from 255) = 45.26%
R=35.58%
G=19.16%
B=45.26%

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
Decimal169912150.210.5800.16277.7460.7860
HexA95BD7153A0101163d3c
Octal25113332725720204267574
Binary1010100110110111101011110101111010010000100010110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95BD7; }

 p { color: rgb(169,91,215); }

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

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

 a { background-color: rgb(169,91,215); }

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

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

 span { border-color: rgb(169,91,215); }

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