#AF55C1

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

Shades of Medium Orchid #AF55C1

Tints of Medium Orchid #AF55C1

Color information

#AF55C1 (or 0xAF55C1) is unknown color: approx Medium Orchid. HEX triplet: AF, 55 and C1. RGB value is (175,85,193). Sum of RGB (Red+Green+Blue) = 175+85+193=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF55C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55C1 is #50AA3E. Grayscale: #7B7B7B. Windows color (decimal): -5286463 or 12670383. OLE color: 12670383.

HSL color Cylindrical-coordinate representation of color #AF55C1: hue angle of 290º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF55C1 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17585193-
CMYK0.090.5600.24
HSL290º46.55%54.51%-
HSV(B)290º55.96%75.69%-
XYZ30.5519.4652.6-
YUV124.22166.82164.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 85 (33.59% from 255) = 18.76%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=38.63%
G=18.76%
B=42.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175851930.090.5600.2429046.5554.51
HexAF55C19380181222f37
Octal25712530111700304425767
Binary101011111010101110000011001111000011000100100010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF55C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF55C1; }

 p { color: rgb(175,85,193); }

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

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

 a { background-color: rgb(175,85,193); }

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

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

 span { border-color: rgb(175,85,193); }

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