#AF4BAE

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

Shades of Fuchsia #AF4BAE

Tints of Fuchsia #AF4BAE

Color information

#AF4BAE (or 0xAF4BAE) is unknown color: approx Fuchsia. HEX triplet: AF, 4B and AE. RGB value is (175,75,174). Sum of RGB (Red+Green+Blue) = 175+75+174=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4BAE is #50B451. Grayscale: #737373. Windows color (decimal): -5289042 or 11422639. OLE color: 11422639.

HSL color Cylindrical-coordinate representation of color #AF4BAE: hue angle of 300.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4BAE is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17575174-
CMYK00.570.010.31
HSL300.6º40%49.02%-
HSV(B)300.6º57.14%68.63%-
XYZ27.8417.241.9-
YUV116.19160.63169.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=41.27%
G=17.69%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757517400.570.010.31300.64049.02
HexAF4BAE03911F12d2831
Octal2571132560711374555061
Binary101011111001011101011100111001111111100101101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4BAE; }

 p { color: rgb(175,75,174); }

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

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

 a { background-color: rgb(175,75,174); }

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

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

 span { border-color: rgb(175,75,174); }

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