Shades of Perano #AFB5DB
Tints of Perano #AFB5DB
RGB
CMYK
RGB Variations
Color information
#AFB5DB (or 0xAFB5DB) is known color: Perano. HEX triplet: AF, B5 and DB. RGB value is (175,181,219). Sum of RGB (Red+Green+Blue) = 175+181+219=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFB5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5DB is #504A24. Grayscale: #B7B7B7. Windows color (decimal): -5261861 or 14398895. OLE color: 14398895.
HSL color Cylindrical-coordinate representation of color #AFB5DB: hue angle of 231.82º degrees, saturation: 0.38, 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 #AFB5DB is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 181 | 219 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.14 |
| HSL | 231.82º | 0.38% | 0.77% | - |
| HSV(B) | 231.82º | 0.2% | 0.86% | - |
| XYZ | 46.99 | 47.28 | 73.67 | - |
| YUV | 183.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 219 | 0.20 | 0.17 | 0 | 0.14 | 231.82 | 0.38 | 0.77 |
| Hex | AF | B5 | DB | 14 | 11 | 0 | E | E8 | 26 | 4D |
| Octal | 257 | 265 | 333 | 24 | 21 | 0 | 16 | 350 | 46 | 115 |
| Binary | 10101111 | 10110101 | 11011011 | 10100 | 10001 | 0 | 1110 | 11101000 | 100110 | 1001101 |
Color Harmonies of #AFB5DB
Complementary color
Monochromatic Colors of #AFB5DB
Black with #AFB5DB
Text Example
Text Example
White with #AFB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5DB; }
p { color: rgb(175,181,219); }
H1.HeaderClassName
{
color: #AFB5DB;
}
.AnyTagClassName
{
color: #AFB5DB;
}
</style>
background-color css
<style>
a { background-color: #AFB5DB; }
a { background-color: rgb(175,181,219); }
div.DivClassName
{
background-color: #AFB5DB;
}
.BgClassName
{
background-color: #AFB5DB;
}
</style>
border-color css
<style>
span { border-color: #AFB5DB; }
span { border-color: rgb(175,181,219); }
td.TdClassName
{
border-color: #AFB5DB;
}
.TagClassName
{
border-color: #AFB5DB;
}
</style>