#A552E2

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

Shades of Medium Orchid #A552E2

Tints of Medium Orchid #A552E2

Color information

#A552E2 (or 0xA552E2) is unknown color: approx Medium Orchid. HEX triplet: A5, 52 and E2. RGB value is (165,82,226). Sum of RGB (Red+Green+Blue) = 165+82+226=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 226 - color contains mainly: blue. Hex color #A552E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552E2 is #5AAD1D. Grayscale: #7A7A7A. Windows color (decimal): -5942558 or 14832293. OLE color: 14832293.

HSL color Cylindrical-coordinate representation of color #A552E2: hue angle of 274.58º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A552E2 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16582226-
CMYK0.270.6400.11
HSL274.58º71.29%60.39%-
HSV(B)274.58º63.72%88.63%-
XYZ32.2619.5274.02-
YUV123.23186157.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 82 (32.42% from 255) = 17.34%
BLUE value IS 226 (88.67% from 255) = 47.78%
R=34.88%
G=17.34%
B=47.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal165822260.270.6400.11274.5871.2960.39
HexA552E21B400B113473c
Octal2451223423310001342310774
Binary10100101101001011100010110111000000010111000100111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A552E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A552E2; }

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

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

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

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

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

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

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

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