#A552EA

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

Shades of Medium Orchid #A552EA

Tints of Medium Orchid #A552EA

Color information

#A552EA (or 0xA552EA) is unknown color: approx Medium Orchid. HEX triplet: A5, 52 and EA. RGB value is (165,82,234). Sum of RGB (Red+Green+Blue) = 165+82+234=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #A552EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A552EA is #5AAD15. Grayscale: #7B7B7B. Windows color (decimal): -5942550 or 15356581. OLE color: 15356581.

HSL color Cylindrical-coordinate representation of color #A552EA: hue angle of 272.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A552EA is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16582234-
CMYK0.290.6500.08
HSL272.76º78.35%61.96%-
HSV(B)272.76º64.96%91.76%-
XYZ33.3919.9779.94-
YUV124.14190157.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 82 (32.42% from 255) = 17.05%
BLUE value IS 234 (91.80% from 255) = 48.65%
R=34.30%
G=17.05%
B=48.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal165822340.290.6500.08272.7678.3561.96
HexA552EA1D41081114e3e
Octal2451223523510101042111676
Binary10100101101001011101010111011000001010001000100011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A552EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A552EA; }

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

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

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

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

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

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

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

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