Shades of Perano #AFAAFC
Tints of Perano #AFAAFC
RGB
CMYK
RGB Variations
Color information
#AFAAFC (or 0xAFAAFC) is known color: Perano. HEX triplet: AF, AA and FC. RGB value is (175,170,252). Sum of RGB (Red+Green+Blue) = 175+170+252=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFAAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAAFC is #505503. Grayscale: #B4B4B4. Windows color (decimal): -5264644 or 16558767. OLE color: 16558767.
HSL color Cylindrical-coordinate representation of color #AFAAFC: hue angle of 243.66º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFAAFC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 170 | 252 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.01 |
| HSL | 243.66º | 0.93% | 0.83% | - |
| HSV(B) | 243.66º | 0.33% | 0.99% | - |
| XYZ | 49.62 | 44.89 | 98.14 | - |
| YUV | 180.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 252 | 0.31 | 0.33 | 0 | 0.01 | 243.66 | 0.93 | 0.83 |
| Hex | AF | AA | FC | 1F | 21 | 0 | 1 | F4 | 5D | 53 |
| Octal | 257 | 252 | 374 | 37 | 41 | 0 | 1 | 364 | 135 | 123 |
| Binary | 10101111 | 10101010 | 11111100 | 11111 | 100001 | 0 | 1 | 11110100 | 1011101 | 1010011 |
Color Harmonies of #AFAAFC
Complementary color
Monochromatic Colors of #AFAAFC
Black with #AFAAFC
Text Example
Text Example
White with #AFAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAFC; }
p { color: rgb(175,170,252); }
H1.HeaderClassName
{
color: #AFAAFC;
}
.AnyTagClassName
{
color: #AFAAFC;
}
</style>
background-color css
<style>
a { background-color: #AFAAFC; }
a { background-color: rgb(175,170,252); }
div.DivClassName
{
background-color: #AFAAFC;
}
.BgClassName
{
background-color: #AFAAFC;
}
</style>
border-color css
<style>
span { border-color: #AFAAFC; }
span { border-color: rgb(175,170,252); }
td.TdClassName
{
border-color: #AFAAFC;
}
.TagClassName
{
border-color: #AFAAFC;
}
</style>