#AF4BBA

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

Shades of Fuchsia #AF4BBA

Tints of Fuchsia #AF4BBA

Color information

#AF4BBA (or 0xAF4BBA) is unknown color: approx Fuchsia. HEX triplet: AF, 4B and BA. RGB value is (175,75,186). Sum of RGB (Red+Green+Blue) = 175+75+186=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF4BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BBA is #50B445. Grayscale: #757575. Windows color (decimal): -5289030 or 12209071. OLE color: 12209071.

HSL color Cylindrical-coordinate representation of color #AF4BBA: hue angle of 294.05º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4BBA is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17575186-
CMYK0.060.6000.27
HSL294.05º44.58%51.18%-
HSV(B)294.05º59.68%72.94%-
XYZ29.0617.6948.34-
YUV117.55166.63168.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 75 (29.69% from 255) = 17.20%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=40.14%
G=17.20%
B=42.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175751860.060.6000.27294.0544.5851.18
HexAF4BBA63C01B1262d33
Octal2571132726740334465563
Binary10101111100101110111010110111100011011100100110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4BBA; }

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

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

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

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

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

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

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

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