Shades of Fuchsia #AF4AAC
Tints of Fuchsia #AF4AAC
RGB
CMYK
RGB Variations
Color information
#AF4AAC (or 0xAF4AAC) is known color: Fuchsia. HEX triplet: AF, 4A and AC. RGB value is (175,74,172). Sum of RGB (Red+Green+Blue) = 175+74+172=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4AAC is #50B553. Grayscale: #737373. Windows color (decimal): -5289300 or 11291311. OLE color: 11291311.
HSL color Cylindrical-coordinate representation of color #AF4AAC: hue angle of 301.78º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4AAC is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 172 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.31 |
| HSL | 301.78º | 0.41% | 0.49% | - |
| HSV(B) | 301.78º | 0.58% | 0.69% | - |
| XYZ | 27.57 | 16.99 | 40.86 | - |
| YUV | 115.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 172 | 0 | 0.58 | 0.02 | 0.31 | 301.78 | 0.41 | 0.49 |
| Hex | AF | 4A | AC | 0 | 3A | 2 | 1F | 12E | 29 | 31 |
| Octal | 257 | 112 | 254 | 0 | 72 | 2 | 37 | 456 | 51 | 61 |
| Binary | 10101111 | 1001010 | 10101100 | 0 | 111010 | 10 | 11111 | 100101110 | 101001 | 110001 |
Color Harmonies of #AF4AAC
Complementary color
Monochromatic Colors of #AF4AAC
Black with #AF4AAC
Text Example
Text Example
White with #AF4AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AAC; }
p { color: rgb(175,74,172); }
H1.HeaderClassName
{
color: #AF4AAC;
}
.AnyTagClassName
{
color: #AF4AAC;
}
</style>
background-color css
<style>
a { background-color: #AF4AAC; }
a { background-color: rgb(175,74,172); }
div.DivClassName
{
background-color: #AF4AAC;
}
.BgClassName
{
background-color: #AF4AAC;
}
</style>
border-color css
<style>
span { border-color: #AF4AAC; }
span { border-color: rgb(175,74,172); }
td.TdClassName
{
border-color: #AF4AAC;
}
.TagClassName
{
border-color: #AF4AAC;
}
</style>