#AF4BBE

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

Shades of Fuchsia #AF4BBE

Tints of Fuchsia #AF4BBE

Color information

#AF4BBE (or 0xAF4BBE) is unknown color: approx Fuchsia. HEX triplet: AF, 4B and BE. RGB value is (175,75,190). Sum of RGB (Red+Green+Blue) = 175+75+190=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF4BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BBE is #50B441. Grayscale: #757575. Windows color (decimal): -5289026 or 12471215. OLE color: 12471215.

HSL color Cylindrical-coordinate representation of color #AF4BBE: hue angle of 292.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4BBE is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17575190-
CMYK0.080.6100.25
HSL292.17º46.94%51.96%-
HSV(B)292.17º60.53%74.51%-
XYZ29.4917.8650.61-
YUV118.01168.63168.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 75 (29.69% from 255) = 17.05%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=39.77%
G=17.05%
B=43.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175751900.080.6100.25292.1746.9451.96
HexAF4BBE83D0191242f34
Octal25711327610750314445764
Binary101011111001011101111101000111101011001100100100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4BBE; }

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

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

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

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

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

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

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

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