#AF54F2

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

Shades of Medium Orchid #AF54F2

Tints of Medium Orchid #AF54F2

Color information

#AF54F2 (or 0xAF54F2) is unknown color: approx Medium Orchid. HEX triplet: AF, 54 and F2. RGB value is (175,84,242). Sum of RGB (Red+Green+Blue) = 175+84+242=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF54F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF54F2 is #50AB0D. Grayscale: #808080. Windows color (decimal): -5286670 or 15881391. OLE color: 15881391.

HSL color Cylindrical-coordinate representation of color #AF54F2: hue angle of 274.56º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF54F2 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17584242-
CMYK0.280.6500.05
HSL274.56º85.87%63.92%-
HSV(B)274.56º65.29%94.9%-
XYZ36.8821.8786.28-
YUV129.22191.65160.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 84 (33.20% from 255) = 16.77%
BLUE value IS 242 (94.92% from 255) = 48.30%
R=34.93%
G=16.77%
B=48.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175842420.280.6500.05274.5685.8763.92
HexAF54F21C41051135640
Octal2571243623410105423126100
Binary10101111101010011110010111001000001010110001001110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF54F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF54F2; }

 p { color: rgb(175,84,242); }

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

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

 a { background-color: rgb(175,84,242); }

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

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

 span { border-color: rgb(175,84,242); }

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