#AF4AB6

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

Shades of Fuchsia #AF4AB6

Tints of Fuchsia #AF4AB6

Color information

#AF4AB6 (or 0xAF4AB6) is unknown color: approx Fuchsia. HEX triplet: AF, 4A and B6. RGB value is (175,74,182). Sum of RGB (Red+Green+Blue) = 175+74+182=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF4AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4AB6 is #50B549. Grayscale: #747474. Windows color (decimal): -5289290 or 11946671. OLE color: 11946671.

HSL color Cylindrical-coordinate representation of color #AF4AB6: hue angle of 296.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4AB6 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17574182-
CMYK0.040.5900.29
HSL296.11º42.52%50.2%-
HSV(B)296.11º59.34%71.37%-
XYZ28.5717.3946.11-
YUV116.51164.96169.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 182 (71.48% from 255) = 42.23%
R=40.60%
G=17.17%
B=42.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175741820.040.5900.29296.1142.5250.2
HexAF4AB643B01D1282b32
Octal2571122664730354505362
Binary10101111100101010110110100111011011101100101000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4AB6; }

 p { color: rgb(175,74,182); }

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

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

 a { background-color: rgb(175,74,182); }

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

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

 span { border-color: rgb(175,74,182); }

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