#a95bd5

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

Shades of Medium Orchid #A95BD5

Tints of Medium Orchid #A95BD5

Color information

#A95BD5 (or 0xA95BD5) is unknown color: approx Medium Orchid. HEX triplet: A9, 5B and D5. RGB value is (169,91,213). Sum of RGB (Red+Green+Blue) = 169+91+213=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #A95BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BD5 is #56A42A. Grayscale: #7F7F7F. Windows color (decimal): -5678123 or 13982633. OLE color: 13982633.

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

Color convert

RGB16991213-
CMYK0.210.5700.16
HSL278.36º59.22%59.61%-
HSV(B)278.36º57.28%83.53%-
XYZ32.1120.7265.26-
YUV128.23175.84157.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 91 (35.94% from 255) = 19.24%
BLUE value IS 213 (83.59% from 255) = 45.03%
R=35.73%
G=19.24%
B=45.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169912130.210.5700.16278.3659.2259.61
HexA95BD515390101163b3c
Octal25113332525710204267374
Binary1010100110110111101010110101111001010000100010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95bd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95bd5; }

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

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

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

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

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

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

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

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