#A95CD3

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

Shades of Medium Orchid #A95CD3

Tints of Medium Orchid #A95CD3

Color information

#A95CD3 (or 0xA95CD3) is unknown color: approx Medium Orchid. HEX triplet: A9, 5C and D3. RGB value is (169,92,211). Sum of RGB (Red+Green+Blue) = 169+92+211=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 211 - color contains mainly: blue. Hex color #A95CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CD3 is #56A32C. Grayscale: #808080. Windows color (decimal): -5677869 or 13851817. OLE color: 13851817.

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

Color convert

RGB16992211-
CMYK0.200.5600.17
HSL278.82º57.49%59.41%-
HSV(B)278.82º56.4%82.75%-
XYZ31.9520.7963.96-
YUV128.59174.51156.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 92 (36.33% from 255) = 19.49%
BLUE value IS 211 (82.81% from 255) = 44.70%
R=35.81%
G=19.49%
B=44.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal169922110.200.5600.17278.8257.4959.41
HexA95CD31438011117393b
Octal25113432324700214277173
Binary1010100110111001101001110100111000010001100010111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95CD3; }

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

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

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

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

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

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

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

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