#AF68BD

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

Shades of Fuchsia #AF68BD

Tints of Fuchsia #AF68BD

Color information

#AF68BD (or 0xAF68BD) is unknown color: approx Fuchsia. HEX triplet: AF, 68 and BD. RGB value is (175,104,189). Sum of RGB (Red+Green+Blue) = 175+104+189=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF68BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68BD is #509742. Grayscale: #868686. Windows color (decimal): -5281603 or 12413103. OLE color: 12413103.

HSL color Cylindrical-coordinate representation of color #AF68BD: hue angle of 290.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF68BD is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175104189-
CMYK0.070.4500.26
HSL290.12º39.17%57.45%-
HSV(B)290.12º44.97%74.12%-
XYZ31.8122.6950.85-
YUV134.92158.52156.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 104 (41.02% from 255) = 22.22%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=37.39%
G=22.22%
B=40.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751041890.070.4500.26290.1239.1757.45
HexAF68BD72D01A1222739
Octal2571502757550324424771
Binary10101111110100010111101111101101011010100100010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF68BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF68BD; }

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

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

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

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

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

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

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

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