Shades of Perano #AFB4DB
Tints of Perano #AFB4DB
RGB
CMYK
RGB Variations
Color information
#AFB4DB (or 0xAFB4DB) is known color: Perano. HEX triplet: AF, B4 and DB. RGB value is (175,180,219). Sum of RGB (Red+Green+Blue) = 175+180+219=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFB4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4DB is #504B24. Grayscale: #B6B6B6. Windows color (decimal): -5262117 or 14398639. OLE color: 14398639.
HSL color Cylindrical-coordinate representation of color #AFB4DB: hue angle of 233.18º 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 #AFB4DB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 180 | 219 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.14 |
| HSL | 233.18º | 0.38% | 0.77% | - |
| HSV(B) | 233.18º | 0.2% | 0.86% | - |
| XYZ | 46.79 | 46.87 | 73.6 | - |
| YUV | 182.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 219 | 0.20 | 0.18 | 0 | 0.14 | 233.18 | 0.38 | 0.77 |
| Hex | AF | B4 | DB | 14 | 12 | 0 | E | E9 | 26 | 4D |
| Octal | 257 | 264 | 333 | 24 | 22 | 0 | 16 | 351 | 46 | 115 |
| Binary | 10101111 | 10110100 | 11011011 | 10100 | 10010 | 0 | 1110 | 11101001 | 100110 | 1001101 |
Color Harmonies of #AFB4DB
Complementary color
Monochromatic Colors of #AFB4DB
Black with #AFB4DB
Text Example
Text Example
White with #AFB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB4DB; }
p { color: rgb(175,180,219); }
H1.HeaderClassName
{
color: #AFB4DB;
}
.AnyTagClassName
{
color: #AFB4DB;
}
</style>
background-color css
<style>
a { background-color: #AFB4DB; }
a { background-color: rgb(175,180,219); }
div.DivClassName
{
background-color: #AFB4DB;
}
.BgClassName
{
background-color: #AFB4DB;
}
</style>
border-color css
<style>
span { border-color: #AFB4DB; }
span { border-color: rgb(175,180,219); }
td.TdClassName
{
border-color: #AFB4DB;
}
.TagClassName
{
border-color: #AFB4DB;
}
</style>