#AF3CBF

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

Shades of Fuchsia #AF3CBF

Tints of Fuchsia #AF3CBF

Color information

#AF3CBF (or 0xAF3CBF) is unknown color: approx Fuchsia. HEX triplet: AF, 3C and BF. RGB value is (175,60,191). Sum of RGB (Red+Green+Blue) = 175+60+191=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF3CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CBF is #50C340. Grayscale: #6C6C6C. Windows color (decimal): -5292865 or 12532911. OLE color: 12532911.

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

Color convert

RGB17560191-
CMYK0.080.6900.25
HSL292.67º52.19%49.22%-
HSV(B)292.67º68.59%74.9%-
XYZ28.716.1150.89-
YUV109.32174.1174.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 60 (23.83% from 255) = 14.08%
BLUE value IS 191 (75% from 255) = 44.84%
R=41.08%
G=14.08%
B=44.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175601910.080.6900.25292.6752.1949.22
HexAF3CBF8450191253431
Octal25774277101050314456461
Binary101011111111001011111110001000101011001100100101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3CBF; }

 p { color: rgb(175,60,191); }

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

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

 a { background-color: rgb(175,60,191); }

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

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

 span { border-color: rgb(175,60,191); }

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