#AF4CFB

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

Shades of Medium Orchid #AF4CFB

Tints of Medium Orchid #AF4CFB

Color information

#AF4CFB (or 0xAF4CFB) is unknown color: approx Medium Orchid. HEX triplet: AF, 4C and FB. RGB value is (175,76,251). Sum of RGB (Red+Green+Blue) = 175+76+251=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF4CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4CFB is #50B304. Grayscale: #7C7C7C. Windows color (decimal): -5288709 or 16469167. OLE color: 16469167.

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

Color convert

RGB17576251-
CMYK0.300.7000.02
HSL273.94º95.63%64.12%-
HSV(B)273.94º69.72%98.43%-
XYZ37.6821.2593.38-
YUV125.55198.8163.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 76 (30.08% from 255) = 15.14%
BLUE value IS 251 (98.44% from 255) = 50%
R=34.86%
G=15.14%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175762510.300.7000.02273.9495.6364.12
HexAF4CFB1E46021126040
Octal2571143733610602422140100
Binary1010111110011001111101111110100011001010001001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4CFB; }

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

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

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

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

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

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

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

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