#AF6ABD

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

Shades of Fuchsia #AF6ABD

Tints of Fuchsia #AF6ABD

Color information

#AF6ABD (or 0xAF6ABD) is unknown color: approx Fuchsia. HEX triplet: AF, 6A and BD. RGB value is (175,106,189). Sum of RGB (Red+Green+Blue) = 175+106+189=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF6ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ABD is #509542. Grayscale: #878787. Windows color (decimal): -5281091 or 12413615. OLE color: 12413615.

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

Color convert

RGB175106189-
CMYK0.070.4400.26
HSL289.88º38.6%57.84%-
HSV(B)289.88º43.92%74.12%-
XYZ32.0223.150.91-
YUV136.09157.86155.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 106 (41.80% from 255) = 22.55%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=37.23%
G=22.55%
B=40.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751061890.070.4400.26289.8838.657.84
HexAF6ABD72C01A122273a
Octal2571522757540324424772
Binary10101111110101010111101111101100011010100100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6ABD; }

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

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

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

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

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

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

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

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