Shades of Fuchsia #AF62B5
Tints of Fuchsia #AF62B5
RGB
CMYK
RGB Variations
Color information
#AF62B5 (or 0xAF62B5) is known color: Fuchsia. HEX triplet: AF, 62 and B5. RGB value is (175,98,181). Sum of RGB (Red+Green+Blue) = 175+98+181=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF62B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62B5 is #509D4A. Grayscale: #828282. Windows color (decimal): -5283147 or 11887279. OLE color: 11887279.
HSL color Cylindrical-coordinate representation of color #AF62B5: hue angle of 295.66º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF62B5 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 98 | 181 | - |
CMYK | 0.03 | 0.46 | 0 | 0.29 |
HSL | 295.66º | 0.36% | 0.55% | - |
HSV(B) | 295.66º | 0.46% | 0.71% | - |
XYZ | 30.39 | 21.19 | 46.2 | - |
YUV | 130.49 | 156.51 | 159.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 98 | 181 | 0.03 | 0.46 | 0 | 0.29 | 295.66 | 0.36 | 0.55 |
Hex | AF | 62 | B5 | 3 | 2E | 0 | 1D | 128 | 24 | 37 |
Octal | 257 | 142 | 265 | 3 | 56 | 0 | 35 | 450 | 44 | 67 |
Binary | 10101111 | 1100010 | 10110101 | 11 | 101110 | 0 | 11101 | 100101000 | 100100 | 110111 |
Color Harmonies of #AF62B5
Complementary color
Monochromatic Colors of #AF62B5
Black with #AF62B5
Text Example
Text Example
White with #AF62B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF62B5; }
p { color: rgb(175,98,181); }
H1.HeaderClassName
{
color: #AF62B5;
}
.AnyTagClassName
{
color: #AF62B5;
}
</style>
background-color css
<style>
a { background-color: #AF62B5; }
a { background-color: rgb(175,98,181); }
div.DivClassName
{
background-color: #AF62B5;
}
.BgClassName
{
background-color: #AF62B5;
}
</style>
border-color css
<style>
span { border-color: #AF62B5; }
span { border-color: rgb(175,98,181); }
td.TdClassName
{
border-color: #AF62B5;
}
.TagClassName
{
border-color: #AF62B5;
}
</style>