Shades of Perano #AFAAFD
Tints of Perano #AFAAFD
RGB
CMYK
RGB Variations
Color information
#AFAAFD (or 0xAFAAFD) is known color: Perano. HEX triplet: AF, AA and FD. RGB value is (175,170,253). Sum of RGB (Red+Green+Blue) = 175+170+253=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFAAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAAFD is #505502. Grayscale: #B4B4B4. Windows color (decimal): -5264643 or 16624303. OLE color: 16624303.
HSL color Cylindrical-coordinate representation of color #AFAAFD: hue angle of 243.61º degrees, saturation: 0.95, 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 #AFAAFD is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 170 | 253 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.01 |
| HSL | 243.61º | 0.95% | 0.83% | - |
| HSV(B) | 243.61º | 0.33% | 0.99% | - |
| XYZ | 49.78 | 44.96 | 98.98 | - |
| YUV | 180.96 | 168.66 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 253 | 0.31 | 0.33 | 0 | 0.01 | 243.61 | 0.95 | 0.83 |
| Hex | AF | AA | FD | 1F | 21 | 0 | 1 | F4 | 5F | 53 |
| Octal | 257 | 252 | 375 | 37 | 41 | 0 | 1 | 364 | 137 | 123 |
| Binary | 10101111 | 10101010 | 11111101 | 11111 | 100001 | 0 | 1 | 11110100 | 1011111 | 1010011 |
Color Harmonies of #AFAAFD
Complementary color
Monochromatic Colors of #AFAAFD
Black with #AFAAFD
Text Example
Text Example
White with #AFAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAFD; }
p { color: rgb(175,170,253); }
H1.HeaderClassName
{
color: #AFAAFD;
}
.AnyTagClassName
{
color: #AFAAFD;
}
</style>
background-color css
<style>
a { background-color: #AFAAFD; }
a { background-color: rgb(175,170,253); }
div.DivClassName
{
background-color: #AFAAFD;
}
.BgClassName
{
background-color: #AFAAFD;
}
</style>
border-color css
<style>
span { border-color: #AFAAFD; }
span { border-color: rgb(175,170,253); }
td.TdClassName
{
border-color: #AFAAFD;
}
.TagClassName
{
border-color: #AFAAFD;
}
</style>