#A552D4

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

Shades of Medium Orchid #A552D4

Tints of Medium Orchid #A552D4

Color information

#A552D4 (or 0xA552D4) is unknown color: approx Medium Orchid. HEX triplet: A5, 52 and D4. RGB value is (165,82,212). Sum of RGB (Red+Green+Blue) = 165+82+212=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #A552D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552D4 is #5AAD2B. Grayscale: #797979. Windows color (decimal): -5942572 or 13914789. OLE color: 13914789.

HSL color Cylindrical-coordinate representation of color #A552D4: hue angle of 278.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A552D4 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16582212-
CMYK0.220.6100.17
HSL278.31º60.19%57.65%-
HSV(B)278.31º61.32%83.14%-
XYZ30.4218.7964.31-
YUV121.64179158.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 82 (32.42% from 255) = 17.86%
BLUE value IS 212 (83.20% from 255) = 46.19%
R=35.95%
G=17.86%
B=46.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal165822120.220.6100.17278.3160.1957.65
HexA552D4163D0111163c3a
Octal24512232426750214267472
Binary1010010110100101101010010110111101010001100010110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A552D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A552D4; }

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

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

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

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

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

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

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

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