#AF63BC

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

Shades of Fuchsia #AF63BC

Tints of Fuchsia #AF63BC

Color information

#AF63BC (or 0xAF63BC) is unknown color: approx Fuchsia. HEX triplet: AF, 63 and BC. RGB value is (175,99,188). Sum of RGB (Red+Green+Blue) = 175+99+188=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF63BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63BC is #509C43. Grayscale: #838383. Windows color (decimal): -5282884 or 12346287. OLE color: 12346287.

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

Color convert

RGB17599188-
CMYK0.070.4700.26
HSL291.24º39.91%56.27%-
HSV(B)291.24º47.34%73.73%-
XYZ31.2221.6750.11-
YUV131.87159.68158.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 99 (39.06% from 255) = 21.43%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=37.88%
G=21.43%
B=40.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175991880.070.4700.26291.2439.9156.27
HexAF63BC72F01A1232838
Octal2571432747570324435070
Binary10101111110001110111100111101111011010100100011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF63BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF63BC; }

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

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

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

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

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

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

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

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