#A951CB

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

Shades of Medium Orchid #A951CB

Tints of Medium Orchid #A951CB

Color information

#A951CB (or 0xA951CB) is unknown color: approx Medium Orchid. HEX triplet: A9, 51 and CB. RGB value is (169,81,203). Sum of RGB (Red+Green+Blue) = 169+81+203=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #A951CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A951CB is #56AE34. Grayscale: #787878. Windows color (decimal): -5680693 or 13324713. OLE color: 13324713.

HSL color Cylindrical-coordinate representation of color #A951CB: hue angle of 283.28º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A951CB is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16981203-
CMYK0.170.6000.20
HSL283.28º53.98%55.69%-
HSV(B)283.28º60.1%79.61%-
XYZ30.0818.6358.51-
YUV121.22174.15162.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 81 (32.03% from 255) = 17.88%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=37.31%
G=17.88%
B=44.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169812030.170.6000.20283.2853.9855.69
HexA951CB113C01411b3638
Octal25112131321740244336670
Binary1010100110100011100101110001111100010100100011011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A951CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A951CB; }

 p { color: rgb(169,81,203); }

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

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

 a { background-color: rgb(169,81,203); }

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

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

 span { border-color: rgb(169,81,203); }

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