#a752d5

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

Shades of Medium Orchid #A752D5

Tints of Medium Orchid #A752D5

Color information

#A752D5 (or 0xA752D5) is unknown color: approx Medium Orchid. HEX triplet: A7, 52 and D5. RGB value is (167,82,213). Sum of RGB (Red+Green+Blue) = 167+82+213=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #A752D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752D5 is #58AD2A. Grayscale: #797979. Windows color (decimal): -5811499 or 13980327. OLE color: 13980327.

HSL color Cylindrical-coordinate representation of color #A752D5: hue angle of 278.93º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A752D5 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16782213-
CMYK0.220.6200.16
HSL278.93º60.93%57.84%-
HSV(B)278.93º61.5%83.53%-
XYZ30.9619.0565-
YUV122.35179.16159.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 82 (32.42% from 255) = 17.75%
BLUE value IS 213 (83.59% from 255) = 46.10%
R=36.15%
G=17.75%
B=46.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal167822130.220.6200.16278.9360.9357.84
HexA752D5163E0101173d3a
Octal24712232526760204277572
Binary1010011110100101101010110110111110010000100010111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a752d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a752d5; }

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

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

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

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

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

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

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

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