#A755CE

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

Shades of Medium Orchid #A755CE

Tints of Medium Orchid #A755CE

Color information

#A755CE (or 0xA755CE) is unknown color: approx Medium Orchid. HEX triplet: A7, 55 and CE. RGB value is (167,85,206). Sum of RGB (Red+Green+Blue) = 167+85+206=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #A755CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755CE is #58AA31. Grayscale: #7A7A7A. Windows color (decimal): -5810738 or 13522343. OLE color: 13522343.

HSL color Cylindrical-coordinate representation of color #A755CE: hue angle of 280.66º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A755CE is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16785206-
CMYK0.190.5900.19
HSL280.66º55.25%57.06%-
HSV(B)280.66º58.74%80.78%-
XYZ30.3319.1760.49-
YUV123.31174.67159.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.46%
GREEN value IS 85 (33.59% from 255) = 18.56%
BLUE value IS 206 (80.86% from 255) = 44.98%
R=36.46%
G=18.56%
B=44.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal167852060.190.5900.19280.6655.2557.06
HexA755CE133B0131193739
Octal24712531623730234316771
Binary1010011110101011100111010011111011010011100011001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A755CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A755CE; }

 p { color: rgb(167,85,206); }

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

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

 a { background-color: rgb(167,85,206); }

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

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

 span { border-color: rgb(167,85,206); }

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