Shades of Perano #AFAAFF
Tints of Perano #AFAAFF
RGB
CMYK
RGB Variations
Color information
#AFAAFF (or 0xAFAAFF) is known color: Perano. HEX triplet: AF, AA and FF. RGB value is (175,170,255). Sum of RGB (Red+Green+Blue) = 175+170+255=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFAAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAAFF is #505500. Grayscale: #B4B4B4. Windows color (decimal): -5264641 or 16755375. OLE color: 16755375.
HSL color Cylindrical-coordinate representation of color #AFAAFF: hue angle of 243.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFAAFF is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 170 | 255 | - |
| CMYK | 0.31 | 0.33 | 0 | 0 |
| HSL | 243.53º | 1% | 0.83% | - |
| HSV(B) | 243.53º | 0.33% | 1% | - |
| XYZ | 50.1 | 45.08 | 100.67 | - |
| YUV | 181.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 255 | 0.31 | 0.33 | 0 | 0 | 243.53 | 1 | 0.83 |
| Hex | AF | AA | FF | 1F | 21 | 0 | 0 | F4 | 64 | 53 |
| Octal | 257 | 252 | 377 | 37 | 41 | 0 | 0 | 364 | 144 | 123 |
| Binary | 10101111 | 10101010 | 11111111 | 11111 | 100001 | 0 | 0 | 11110100 | 1100100 | 1010011 |
Color Harmonies of #AFAAFF
Complementary color
Monochromatic Colors of #AFAAFF
Black with #AFAAFF
Text Example
Text Example
White with #AFAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAFF; }
p { color: rgb(175,170,255); }
H1.HeaderClassName
{
color: #AFAAFF;
}
.AnyTagClassName
{
color: #AFAAFF;
}
</style>
background-color css
<style>
a { background-color: #AFAAFF; }
a { background-color: rgb(175,170,255); }
div.DivClassName
{
background-color: #AFAAFF;
}
.BgClassName
{
background-color: #AFAAFF;
}
</style>
border-color css
<style>
span { border-color: #AFAAFF; }
span { border-color: rgb(175,170,255); }
td.TdClassName
{
border-color: #AFAAFF;
}
.TagClassName
{
border-color: #AFAAFF;
}
</style>