#AF58DD

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

Shades of Medium Orchid #AF58DD

Tints of Medium Orchid #AF58DD

Color information

#AF58DD (or 0xAF58DD) is unknown color: approx Medium Orchid. HEX triplet: AF, 58 and DD. RGB value is (175,88,221). Sum of RGB (Red+Green+Blue) = 175+88+221=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF58DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58DD is #50A722. Grayscale: #808080. Windows color (decimal): -5285667 or 14506159. OLE color: 14506159.

HSL color Cylindrical-coordinate representation of color #AF58DD: hue angle of 279.25º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF58DD is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17588221-
CMYK0.210.6000.13
HSL279.25º66.17%60.59%-
HSV(B)279.25º60.18%86.67%-
XYZ34.2221.3170.72-
YUV129.18179.82160.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 88 (34.77% from 255) = 18.18%
BLUE value IS 221 (86.72% from 255) = 45.66%
R=36.16%
G=18.18%
B=45.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175882210.210.6000.13279.2566.1760.59
HexAF58DD153C0D117423d
Octal257130335257401542710275
Binary1010111110110001101110110101111100011011000101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF58DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF58DD; }

 p { color: rgb(175,88,221); }

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

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

 a { background-color: rgb(175,88,221); }

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

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

 span { border-color: rgb(175,88,221); }

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