#af45b3

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

Shades of Fuchsia #AF45B3

Tints of Fuchsia #AF45B3

Color information

#AF45B3 (or 0xAF45B3) is unknown color: approx Fuchsia. HEX triplet: AF, 45 and B3. RGB value is (175,69,179). Sum of RGB (Red+Green+Blue) = 175+69+179=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF45B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45B3 is #50BA4C. Grayscale: #707070. Windows color (decimal): -5290573 or 11748783. OLE color: 11748783.

HSL color Cylindrical-coordinate representation of color #AF45B3: hue angle of 297.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF45B3 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17569179-
CMYK0.020.6100.30
HSL297.82º44.35%48.63%-
HSV(B)297.82º61.45%70.2%-
XYZ27.9416.6244.38-
YUV113.23165.12172.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 69 (27.34% from 255) = 16.31%
BLUE value IS 179 (70.31% from 255) = 42.32%
R=41.37%
G=16.31%
B=42.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175691790.020.6100.30297.8244.3548.63
HexAF45B323D01E12a2c31
Octal2571052632750364525461
Binary1010111110001011011001110111101011110100101010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af45b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af45b3; }

 p { color: rgb(175,69,179); }

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

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

 a { background-color: rgb(175,69,179); }

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

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

 span { border-color: rgb(175,69,179); }

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