#AF41F8

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

Shades of Medium Orchid #AF41F8

Tints of Medium Orchid #AF41F8

Color information

#AF41F8 (or 0xAF41F8) is unknown color: approx Medium Orchid. HEX triplet: AF, 41 and F8. RGB value is (175,65,248). Sum of RGB (Red+Green+Blue) = 175+65+248=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF41F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF41F8 is #50BE07. Grayscale: #767676. Windows color (decimal): -5291528 or 16269743. OLE color: 16269743.

HSL color Cylindrical-coordinate representation of color #AF41F8: hue angle of 276.07º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF41F8 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17565248-
CMYK0.290.7400.03
HSL276.07º92.89%61.37%-
HSV(B)276.07º73.79%97.25%-
XYZ36.5119.6790.68-
YUV118.75200.94168.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 65 (25.78% from 255) = 13.32%
BLUE value IS 248 (97.27% from 255) = 50.82%
R=35.86%
G=13.32%
B=50.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal175652480.290.7400.03276.0792.8961.37
HexAF41F81D4A031145d3d
Octal257101370351120342413575
Binary101011111000001111110001110110010100111000101001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF41F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF41F8; }

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

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

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

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

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

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

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

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