#AF65BA

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

Shades of Fuchsia #AF65BA

Tints of Fuchsia #AF65BA

Color information

#AF65BA (or 0xAF65BA) is unknown color: approx Fuchsia. HEX triplet: AF, 65 and BA. RGB value is (175,101,186). Sum of RGB (Red+Green+Blue) = 175+101+186=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF65BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65BA is #509A45. Grayscale: #848484. Windows color (decimal): -5282374 or 12215727. OLE color: 12215727.

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

Color convert

RGB175101186-
CMYK0.060.4600.27
HSL292.24º38.12%56.27%-
HSV(B)292.24º45.7%72.94%-
XYZ31.221.9749.05-
YUV132.82158.02158.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=37.88%
G=21.86%
B=40.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751011860.060.4600.27292.2438.1256.27
HexAF65BA62E01B1242638
Octal2571452726560334444670
Binary10101111110010110111010110101110011011100100100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65BA; }

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

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

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

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

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

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

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

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