#AF48FB

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

Shades of Medium Orchid #AF48FB

Tints of Medium Orchid #AF48FB

Color information

#AF48FB (or 0xAF48FB) is unknown color: approx Medium Orchid. HEX triplet: AF, 48 and FB. RGB value is (175,72,251). Sum of RGB (Red+Green+Blue) = 175+72+251=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF48FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF48FB is #50B704. Grayscale: #7A7A7A. Windows color (decimal): -5289733 or 16468143. OLE color: 16468143.

HSL color Cylindrical-coordinate representation of color #AF48FB: hue angle of 274.53º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF48FB is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17572251-
CMYK0.300.7100.02
HSL274.53º95.72%63.33%-
HSV(B)274.53º71.31%98.43%-
XYZ37.4120.7193.29-
YUV123.2200.12164.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 72 (28.52% from 255) = 14.46%
BLUE value IS 251 (98.44% from 255) = 50.40%
R=35.14%
G=14.46%
B=50.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175722510.300.7100.02274.5395.7263.33
HexAF48FB1E4702113603f
Octal257110373361070242314077
Binary101011111001000111110111111010001110101000100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF48FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF48FB; }

 p { color: rgb(175,72,251); }

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

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

 a { background-color: rgb(175,72,251); }

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

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

 span { border-color: rgb(175,72,251); }

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