#A552D8

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

Shades of Medium Orchid #A552D8

Tints of Medium Orchid #A552D8

Color information

#A552D8 (or 0xA552D8) is unknown color: approx Medium Orchid. HEX triplet: A5, 52 and D8. RGB value is (165,82,216). Sum of RGB (Red+Green+Blue) = 165+82+216=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #A552D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552D8 is #5AAD27. Grayscale: #797979. Windows color (decimal): -5942568 or 14176933. OLE color: 14176933.

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

Color convert

RGB16582216-
CMYK0.240.6200.15
HSL277.16º63.21%58.43%-
HSV(B)277.16º62.04%84.71%-
XYZ30.9318.9967-
YUV122.09181158.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.64%
GREEN value IS 82 (32.42% from 255) = 17.71%
BLUE value IS 216 (84.77% from 255) = 46.65%
R=35.64%
G=17.71%
B=46.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165822160.240.6200.15277.1663.2158.43
HexA552D8183E0F1153f3a
Octal24512233030760174257772
Binary101001011010010110110001100011111001111100010101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A552D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A552D8; }

 p { color: rgb(165,82,216); }

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

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

 a { background-color: rgb(165,82,216); }

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

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

 span { border-color: rgb(165,82,216); }

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