#AF69BB

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

Shades of Fuchsia #AF69BB

Tints of Fuchsia #AF69BB

Color information

#AF69BB (or 0xAF69BB) is unknown color: approx Fuchsia. HEX triplet: AF, 69 and BB. RGB value is (175,105,187). Sum of RGB (Red+Green+Blue) = 175+105+187=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF69BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69BB is #509644. Grayscale: #878787. Windows color (decimal): -5281349 or 12282287. OLE color: 12282287.

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

Color convert

RGB175105187-
CMYK0.060.4400.27
HSL291.22º37.61%57.25%-
HSV(B)291.22º43.85%73.33%-
XYZ31.722.849.74-
YUV135.28157.19156.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 105 (41.41% from 255) = 22.48%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=37.47%
G=22.48%
B=40.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751051870.060.4400.27291.2237.6157.25
HexAF69BB62C01B1232639
Octal2571512736540334434671
Binary10101111110100110111011110101100011011100100011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF69BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF69BB; }

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

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

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

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

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

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

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

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