#A552DA

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

Shades of Medium Orchid #A552DA

Tints of Medium Orchid #A552DA

Color information

#A552DA (or 0xA552DA) is unknown color: approx Medium Orchid. HEX triplet: A5, 52 and DA. RGB value is (165,82,218). Sum of RGB (Red+Green+Blue) = 165+82+218=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #A552DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552DA is #5AAD25. Grayscale: #797979. Windows color (decimal): -5942566 or 14308005. OLE color: 14308005.

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

Color convert

RGB16582218-
CMYK0.240.6200.15
HSL276.62º64.76%58.82%-
HSV(B)276.62º62.39%85.49%-
XYZ31.1919.168.37-
YUV122.32182158.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 82 (32.42% from 255) = 17.63%
BLUE value IS 218 (85.55% from 255) = 46.88%
R=35.48%
G=17.63%
B=46.88%

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
Decimal165822180.240.6200.15276.6264.7658.82
HexA552DA183E0F115413b
Octal245122332307601742510173
Binary1010010110100101101101011000111110011111000101011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A552DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A552DA; }

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

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

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

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

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

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

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

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