#a750cc

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

Shades of Medium Orchid #A750CC

Tints of Medium Orchid #A750CC

Color information

#A750CC (or 0xA750CC) is unknown color: approx Medium Orchid. HEX triplet: A7, 50 and CC. RGB value is (167,80,204). Sum of RGB (Red+Green+Blue) = 167+80+204=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #A750CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A750CC is #58AF33. Grayscale: #777777. Windows color (decimal): -5812020 or 13389991. OLE color: 13389991.

HSL color Cylindrical-coordinate representation of color #A750CC: hue angle of 282.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A750CC is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16780204-
CMYK0.180.6100.2
HSL282.1º54.87%55.69%-
HSV(B)282.1º60.78%80%-
XYZ29.718.3159.1-
YUV120.15175.32161.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.03%
GREEN value IS 80 (31.64% from 255) = 17.74%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=37.03%
G=17.74%
B=45.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal167802040.180.6100.2282.154.8755.69
HexA750CC123D01411a3738
Octal24712031422750244326770
Binary1010011110100001100110010010111101010100100011010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a750cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a750cc; }

 p { color: rgb(167,80,204); }

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

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

 a { background-color: rgb(167,80,204); }

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

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

 span { border-color: rgb(167,80,204); }

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