#A95BDF

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

Shades of Medium Orchid #A95BDF

Tints of Medium Orchid #A95BDF

Color information

#A95BDF (or 0xA95BDF) is unknown color: approx Medium Orchid. HEX triplet: A9, 5B and DF. RGB value is (169,91,223). Sum of RGB (Red+Green+Blue) = 169+91+223=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #A95BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BDF is #56A420. Grayscale: #808080. Windows color (decimal): -5678113 or 14637993. OLE color: 14637993.

HSL color Cylindrical-coordinate representation of color #A95BDF: hue angle of 275.45º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A95BDF is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16991223-
CMYK0.240.5900.13
HSL275.45º67.35%61.57%-
HSV(B)275.45º59.19%87.45%-
XYZ33.4221.2472.15-
YUV129.37180.84156.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 91 (35.94% from 255) = 18.84%
BLUE value IS 223 (87.5% from 255) = 46.17%
R=34.99%
G=18.84%
B=46.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169912230.240.5900.13275.4567.3561.57
HexA95BDF183B0D113433e
Octal251133337307301542310376
Binary1010100110110111101111111000111011011011000100111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95BDF; }

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

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

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

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

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

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

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

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