Shades of Perano #AFA8FC
Tints of Perano #AFA8FC
RGB
CMYK
RGB Variations
Color information
#AFA8FC (or 0xAFA8FC) is known color: Perano. HEX triplet: AF, A8 and FC. RGB value is (175,168,252). Sum of RGB (Red+Green+Blue) = 175+168+252=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFA8FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA8FC is #505703. Grayscale: #B3B3B3. Windows color (decimal): -5265156 or 16558255. OLE color: 16558255.
HSL color Cylindrical-coordinate representation of color #AFA8FC: hue angle of 245º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA8FC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 168 | 252 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.01 |
| HSL | 245º | 0.93% | 0.82% | - |
| HSV(B) | 245º | 0.33% | 0.99% | - |
| XYZ | 49.25 | 44.15 | 98.02 | - |
| YUV | 179.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 252 | 0.31 | 0.33 | 0 | 0.01 | 245 | 0.93 | 0.82 |
| Hex | AF | A8 | FC | 1F | 21 | 0 | 1 | F5 | 5D | 52 |
| Octal | 257 | 250 | 374 | 37 | 41 | 0 | 1 | 365 | 135 | 122 |
| Binary | 10101111 | 10101000 | 11111100 | 11111 | 100001 | 0 | 1 | 11110101 | 1011101 | 1010010 |
Color Harmonies of #AFA8FC
Complementary color
Monochromatic Colors of #AFA8FC
Black with #AFA8FC
Text Example
Text Example
White with #AFA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8FC; }
p { color: rgb(175,168,252); }
H1.HeaderClassName
{
color: #AFA8FC;
}
.AnyTagClassName
{
color: #AFA8FC;
}
</style>
background-color css
<style>
a { background-color: #AFA8FC; }
a { background-color: rgb(175,168,252); }
div.DivClassName
{
background-color: #AFA8FC;
}
.BgClassName
{
background-color: #AFA8FC;
}
</style>
border-color css
<style>
span { border-color: #AFA8FC; }
span { border-color: rgb(175,168,252); }
td.TdClassName
{
border-color: #AFA8FC;
}
.TagClassName
{
border-color: #AFA8FC;
}
</style>