#AF52CD

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

Shades of Medium Orchid #AF52CD

Tints of Medium Orchid #AF52CD

Color information

#AF52CD (or 0xAF52CD) is unknown color: approx Medium Orchid. HEX triplet: AF, 52 and CD. RGB value is (175,82,205). Sum of RGB (Red+Green+Blue) = 175+82+205=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF52CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52CD is #50AD32. Grayscale: #7B7B7B. Windows color (decimal): -5287219 or 13456047. OLE color: 13456047.

HSL color Cylindrical-coordinate representation of color #AF52CD: hue angle of 285.37º 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 #AF52CD is Cyan = 0.15, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17582205-
CMYK0.150.600.20
HSL285.37º55.16%56.27%-
HSV(B)285.37º60%80.39%-
XYZ31.7219.5659.86-
YUV123.83173.81164.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 82 (32.42% from 255) = 17.75%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=37.88%
G=17.75%
B=44.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175822050.150.600.20285.3755.1656.27
HexAF52CDF3C01411d3738
Octal25712231517740244356770
Binary101011111010010110011011111111100010100100011101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF52CD; }

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

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

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

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

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

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

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

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