#A551D7

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

Shades of Medium Orchid #A551D7

Tints of Medium Orchid #A551D7

Color information

#A551D7 (or 0xA551D7) is unknown color: approx Medium Orchid. HEX triplet: A5, 51 and D7. RGB value is (165,81,215). Sum of RGB (Red+Green+Blue) = 165+81+215=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 215 - color contains mainly: blue. Hex color #A551D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551D7 is #5AAE28. Grayscale: #787878. Windows color (decimal): -5942825 or 14111141. OLE color: 14111141.

HSL color Cylindrical-coordinate representation of color #A551D7: hue angle of 277.61º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A551D7 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16581215-
CMYK0.230.6200.16
HSL277.61º62.62%58.04%-
HSV(B)277.61º62.33%84.31%-
XYZ30.7318.7966.3-
YUV121.39180.83159.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 81 (32.03% from 255) = 17.57%
BLUE value IS 215 (84.38% from 255) = 46.64%
R=35.79%
G=17.57%
B=46.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal165812150.230.6200.16277.6162.6258.04
HexA551D7173E0101163f3a
Octal24512132727760204267772
Binary1010010110100011101011110111111110010000100010110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A551D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A551D7; }

 p { color: rgb(165,81,215); }

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

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

 a { background-color: rgb(165,81,215); }

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

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

 span { border-color: rgb(165,81,215); }

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