#AF4ABC

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

Shades of Fuchsia #AF4ABC

Tints of Fuchsia #AF4ABC

Color information

#AF4ABC (or 0xAF4ABC) is unknown color: approx Fuchsia. HEX triplet: AF, 4A and BC. RGB value is (175,74,188). Sum of RGB (Red+Green+Blue) = 175+74+188=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF4ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4ABC is #50B543. Grayscale: #747474. Windows color (decimal): -5289284 or 12339887. OLE color: 12339887.

HSL color Cylindrical-coordinate representation of color #AF4ABC: hue angle of 293.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4ABC is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17574188-
CMYK0.070.6100.26
HSL293.16º45.97%51.37%-
HSV(B)293.16º60.64%73.73%-
XYZ29.2117.6449.44-
YUV117.2167.96169.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 74 (29.30% from 255) = 16.93%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=40.05%
G=16.93%
B=43.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175741880.070.6100.26293.1645.9751.37
HexAF4ABC73D01A1252e33
Octal2571122747750324455663
Binary10101111100101010111100111111101011010100100101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4ABC; }

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

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

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

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

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

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

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

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