Shades of Perano #AFB7DC
Tints of Perano #AFB7DC
RGB
CMYK
RGB Variations
Color information
#AFB7DC (or 0xAFB7DC) is known color: Perano. HEX triplet: AF, B7 and DC. RGB value is (175,183,220). Sum of RGB (Red+Green+Blue) = 175+183+220=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFB7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7DC is #504823. Grayscale: #B8B8B8. Windows color (decimal): -5261348 or 14464943. OLE color: 14464943.
HSL color Cylindrical-coordinate representation of color #AFB7DC: hue angle of 229.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB7DC is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 183 | 220 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.14 |
| HSL | 229.33º | 0.39% | 0.77% | - |
| HSV(B) | 229.33º | 0.2% | 0.86% | - |
| XYZ | 47.53 | 48.15 | 74.5 | - |
| YUV | 184.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 220 | 0.20 | 0.17 | 0 | 0.14 | 229.33 | 0.39 | 0.77 |
| Hex | AF | B7 | DC | 14 | 11 | 0 | E | E5 | 27 | 4D |
| Octal | 257 | 267 | 334 | 24 | 21 | 0 | 16 | 345 | 47 | 115 |
| Binary | 10101111 | 10110111 | 11011100 | 10100 | 10001 | 0 | 1110 | 11100101 | 100111 | 1001101 |
Color Harmonies of #AFB7DC
Complementary color
Monochromatic Colors of #AFB7DC
Black with #AFB7DC
Text Example
Text Example
White with #AFB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB7DC; }
p { color: rgb(175,183,220); }
H1.HeaderClassName
{
color: #AFB7DC;
}
.AnyTagClassName
{
color: #AFB7DC;
}
</style>
background-color css
<style>
a { background-color: #AFB7DC; }
a { background-color: rgb(175,183,220); }
div.DivClassName
{
background-color: #AFB7DC;
}
.BgClassName
{
background-color: #AFB7DC;
}
</style>
border-color css
<style>
span { border-color: #AFB7DC; }
span { border-color: rgb(175,183,220); }
td.TdClassName
{
border-color: #AFB7DC;
}
.TagClassName
{
border-color: #AFB7DC;
}
</style>