#AF64BB

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

Shades of Fuchsia #AF64BB

Tints of Fuchsia #AF64BB

Color information

#AF64BB (or 0xAF64BB) is unknown color: approx Fuchsia. HEX triplet: AF, 64 and BB. RGB value is (175,100,187). Sum of RGB (Red+Green+Blue) = 175+100+187=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF64BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64BB is #509B44. Grayscale: #848484. Windows color (decimal): -5282629 or 12281007. OLE color: 12281007.

HSL color Cylindrical-coordinate representation of color #AF64BB: hue angle of 291.72º 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 #AF64BB is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175100187-
CMYK0.060.4700.27
HSL291.72º39.01%56.27%-
HSV(B)291.72º46.52%73.33%-
XYZ31.2121.8249.58-
YUV132.34158.85158.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=37.88%
G=21.65%
B=40.48%

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
Decimal1751001870.060.4700.27291.7239.0156.27
HexAF64BB62F01B1242738
Octal2571442736570334444770
Binary10101111110010010111011110101111011011100100100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF64BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF64BB; }

 p { color: rgb(175,100,187); }

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

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

 a { background-color: rgb(175,100,187); }

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

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

 span { border-color: rgb(175,100,187); }

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