#AF67BA

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

Shades of Fuchsia #AF67BA

Tints of Fuchsia #AF67BA

Color information

#AF67BA (or 0xAF67BA) is unknown color: approx Fuchsia. HEX triplet: AF, 67 and BA. RGB value is (175,103,186). Sum of RGB (Red+Green+Blue) = 175+103+186=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF67BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67BA is #509845. Grayscale: #858585. Windows color (decimal): -5281862 or 12216239. OLE color: 12216239.

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

Color convert

RGB175103186-
CMYK0.060.4500.27
HSL292.05º37.56%56.67%-
HSV(B)292.05º44.62%72.94%-
XYZ31.3922.3649.12-
YUV133.99157.35157.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 103 (40.62% from 255) = 22.20%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=37.72%
G=22.20%
B=40.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751031860.060.4500.27292.0537.5656.67
HexAF67BA62D01B1242639
Octal2571472726550334444671
Binary10101111110011110111010110101101011011100100100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67BA; }

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

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

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

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

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

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

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

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