#A752CD

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

Shades of Medium Orchid #A752CD

Tints of Medium Orchid #A752CD

Color information

#A752CD (or 0xA752CD) is unknown color: approx Medium Orchid. HEX triplet: A7, 52 and CD. RGB value is (167,82,205). Sum of RGB (Red+Green+Blue) = 167+82+205=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #A752CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752CD is #58AD32. Grayscale: #797979. Windows color (decimal): -5811507 or 13456039. OLE color: 13456039.

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

Color convert

RGB16782205-
CMYK0.190.600.20
HSL281.46º55.16%56.27%-
HSV(B)281.46º60%80.39%-
XYZ29.9718.6659.78-
YUV121.44175.16160.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.78%
GREEN value IS 82 (32.42% from 255) = 18.06%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=36.78%
G=18.06%
B=45.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal167822050.190.600.20281.4655.1656.27
HexA752CD133C0141193738
Octal24712231523740244316770
Binary1010011110100101100110110011111100010100100011001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A752CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A752CD; }

 p { color: rgb(167,82,205); }

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

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

 a { background-color: rgb(167,82,205); }

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

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

 span { border-color: rgb(167,82,205); }

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