#AF68BA

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

Shades of Fuchsia #AF68BA

Tints of Fuchsia #AF68BA

Color information

#AF68BA (or 0xAF68BA) is unknown color: approx Fuchsia. HEX triplet: AF, 68 and BA. RGB value is (175,104,186). Sum of RGB (Red+Green+Blue) = 175+104+186=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF68BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68BA is #509745. Grayscale: #868686. Windows color (decimal): -5281606 or 12216495. OLE color: 12216495.

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

Color convert

RGB175104186-
CMYK0.060.4400.27
HSL291.95º37.27%56.86%-
HSV(B)291.95º44.09%72.94%-
XYZ31.4922.5649.15-
YUV134.58157.02156.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 104 (41.02% from 255) = 22.37%
BLUE value IS 186 (73.05% from 255) = 40%
R=37.63%
G=22.37%
B=40%

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
Decimal1751041860.060.4400.27291.9537.2756.86
HexAF68BA62C01B1242539
Octal2571502726540334444571
Binary10101111110100010111010110101100011011100100100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF68BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF68BA; }

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

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

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

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

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

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

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

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