#AF41D9

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

Shades of Medium Orchid #AF41D9

Tints of Medium Orchid #AF41D9

Color information

#AF41D9 (or 0xAF41D9) is unknown color: approx Medium Orchid. HEX triplet: AF, 41 and D9. RGB value is (175,65,217). Sum of RGB (Red+Green+Blue) = 175+65+217=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF41D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41D9 is #50BE26. Grayscale: #727272. Windows color (decimal): -5291559 or 14238127. OLE color: 14238127.

HSL color Cylindrical-coordinate representation of color #AF41D9: hue angle of 283.42º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF41D9 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17565217-
CMYK0.190.7000.15
HSL283.42º66.67%55.29%-
HSV(B)283.42º70.05%85.1%-
XYZ32.0917.967.41-
YUV115.22185.44170.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 65 (25.78% from 255) = 14.22%
BLUE value IS 217 (85.16% from 255) = 47.48%
R=38.29%
G=14.22%
B=47.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175652170.190.7000.15283.4266.6755.29
HexAF41D913460F11b4337
Octal2571013312310601743310367
Binary10101111100000111011001100111000110011111000110111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF41D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF41D9; }

 p { color: rgb(175,65,217); }

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

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

 a { background-color: rgb(175,65,217); }

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

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

 span { border-color: rgb(175,65,217); }

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