#A95BD3

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

Shades of Medium Orchid #A95BD3

Tints of Medium Orchid #A95BD3

Color information

#A95BD3 (or 0xA95BD3) is unknown color: approx Medium Orchid. HEX triplet: A9, 5B and D3. RGB value is (169,91,211). Sum of RGB (Red+Green+Blue) = 169+91+211=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 211 - color contains mainly: blue. Hex color #A95BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BD3 is #56A42C. Grayscale: #7F7F7F. Windows color (decimal): -5678125 or 13851561. OLE color: 13851561.

HSL color Cylindrical-coordinate representation of color #A95BD3: hue angle of 279º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A95BD3 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16991211-
CMYK0.200.5700.17
HSL279º57.69%59.22%-
HSV(B)279º56.87%82.75%-
XYZ31.8620.6263.93-
YUV128174.84157.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 91 (35.94% from 255) = 19.32%
BLUE value IS 211 (82.81% from 255) = 44.80%
R=35.88%
G=19.32%
B=44.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal169912110.200.5700.1727957.6959.22
HexA95BD314390111173a3b
Octal25113332324710214277273
Binary1010100110110111101001110100111001010001100010111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95BD3; }

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

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

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

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

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

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

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

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