#A550EE

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

Shades of Medium Orchid #A550EE

Tints of Medium Orchid #A550EE

Color information

#A550EE (or 0xA550EE) is unknown color: approx Medium Orchid. HEX triplet: A5, 50 and EE. RGB value is (165,80,238). Sum of RGB (Red+Green+Blue) = 165+80+238=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #A550EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A550EE is #5AAF11. Grayscale: #7A7A7A. Windows color (decimal): -5943058 or 15618213. OLE color: 15618213.

HSL color Cylindrical-coordinate representation of color #A550EE: hue angle of 272.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A550EE is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16580238-
CMYK0.310.6600.07
HSL272.28º82.29%62.35%-
HSV(B)272.28º66.39%93.33%-
XYZ33.8219.9182.95-
YUV123.43192.66157.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 80 (31.64% from 255) = 16.56%
BLUE value IS 238 (93.36% from 255) = 49.28%
R=34.16%
G=16.56%
B=49.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165802380.310.6600.07272.2882.2962.35
HexA550EE1F4207110523e
Octal245120356371020742012276
Binary1010010110100001110111011111100001001111000100001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A550EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A550EE; }

 p { color: rgb(165,80,238); }

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

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

 a { background-color: rgb(165,80,238); }

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

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

 span { border-color: rgb(165,80,238); }

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