#af3fc4

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

Shades of Medium Orchid #AF3FC4

Tints of Medium Orchid #AF3FC4

Color information

#AF3FC4 (or 0xAF3FC4) is unknown color: approx Medium Orchid. HEX triplet: AF, 3F and C4. RGB value is (175,63,196). Sum of RGB (Red+Green+Blue) = 175+63+196=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF3FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FC4 is #50C03B. Grayscale: #6F6F6F. Windows color (decimal): -5292092 or 12861359. OLE color: 12861359.

HSL color Cylindrical-coordinate representation of color #AF3FC4: hue angle of 290.53º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3FC4 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17563196-
CMYK0.110.6800.23
HSL290.53º52.99%50.78%-
HSV(B)290.53º67.86%76.86%-
XYZ29.4216.6553.89-
YUV111.65175.61173.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 63 (25% from 255) = 14.52%
BLUE value IS 196 (76.95% from 255) = 45.16%
R=40.32%
G=14.52%
B=45.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175631960.110.6800.23290.5352.9950.78
HexAF3FC4B440171233533
Octal25777304131040274436563
Binary101011111111111100010010111000100010111100100011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3fc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3fc4; }

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

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

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

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

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

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

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

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