#AF52C3

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

Shades of Medium Orchid #AF52C3

Tints of Medium Orchid #AF52C3

Color information

#AF52C3 (or 0xAF52C3) is unknown color: approx Medium Orchid. HEX triplet: AF, 52 and C3. RGB value is (175,82,195). Sum of RGB (Red+Green+Blue) = 175+82+195=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF52C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52C3 is #50AD3C. Grayscale: #7A7A7A. Windows color (decimal): -5287229 or 12800687. OLE color: 12800687.

HSL color Cylindrical-coordinate representation of color #AF52C3: hue angle of 289.38º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF52C3 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17582195-
CMYK0.100.5800.24
HSL289.38º48.5%54.31%-
HSV(B)289.38º57.95%76.47%-
XYZ30.5519.0953.7-
YUV122.69168.81165.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 82 (32.42% from 255) = 18.14%
BLUE value IS 195 (76.56% from 255) = 43.14%
R=38.72%
G=18.14%
B=43.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175821950.100.5800.24289.3848.554.31
HexAF52C3A3A0181213036
Octal25712230312720304416066
Binary101011111010010110000111010111010011000100100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF52C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF52C3; }

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

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

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

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

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

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

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

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