#AF3FF9

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

Shades of Medium Orchid #AF3FF9

Tints of Medium Orchid #AF3FF9

Color information

#AF3FF9 (or 0xAF3FF9) is unknown color: approx Medium Orchid. HEX triplet: AF, 3F and F9. RGB value is (175,63,249). Sum of RGB (Red+Green+Blue) = 175+63+249=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF3FF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FF9 is #50C006. Grayscale: #757575. Windows color (decimal): -5292039 or 16334767. OLE color: 16334767.

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

Color convert

RGB17563249-
CMYK0.300.7500.02
HSL276.13º93.94%61.18%-
HSV(B)276.13º74.7%97.65%-
XYZ36.5619.5191.46-
YUV117.69202.11168.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 63 (25% from 255) = 12.94%
BLUE value IS 249 (97.66% from 255) = 51.13%
R=35.93%
G=12.94%
B=51.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175632490.300.7500.02276.1393.9461.18
HexAF3FF91E4B021145e3d
Octal25777371361130242413675
Binary10101111111111111110011111010010110101000101001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3FF9; }

 p { color: rgb(175,63,249); }

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

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

 a { background-color: rgb(175,63,249); }

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

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

 span { border-color: rgb(175,63,249); }

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