#AF62BA

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

Shades of Fuchsia #AF62BA

Tints of Fuchsia #AF62BA

Color information

#AF62BA (or 0xAF62BA) is unknown color: approx Fuchsia. HEX triplet: AF, 62 and BA. RGB value is (175,98,186). Sum of RGB (Red+Green+Blue) = 175+98+186=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF62BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62BA is #509D45. Grayscale: #828282. Windows color (decimal): -5283142 or 12214959. OLE color: 12214959.

HSL color Cylindrical-coordinate representation of color #AF62BA: hue angle of 292.5º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF62BA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17598186-
CMYK0.060.4700.27
HSL292.5º38.94%55.69%-
HSV(B)292.5º47.31%72.94%-
XYZ30.9121.3948.95-
YUV131.06159.01159.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 98 (38.67% from 255) = 21.35%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=38.13%
G=21.35%
B=40.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175981860.060.4700.27292.538.9455.69
HexAF62BA62F01B1242738
Octal2571422726570334444770
Binary10101111110001010111010110101111011011100100100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF62BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF62BA; }

 p { color: rgb(175,98,186); }

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

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

 a { background-color: rgb(175,98,186); }

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

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

 span { border-color: rgb(175,98,186); }

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