Shades of Perano #A4B4FD
Tints of Perano #A4B4FD
RGB
CMYK
RGB Variations
Color information
#A4B4FD (or 0xA4B4FD) is known color: Perano. HEX triplet: A4, B4 and FD. RGB value is (164,180,253). Sum of RGB (Red+Green+Blue) = 164+180+253=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4B4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B4FD is #5B4B02. Grayscale: #B7B7B7. Windows color (decimal): -5982979 or 16626852. OLE color: 16626852.
HSL color Cylindrical-coordinate representation of color #A4B4FD: hue angle of 229.21º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4B4FD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 180 | 253 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.01 |
| HSL | 229.21º | 0.96% | 0.82% | - |
| HSV(B) | 229.21º | 0.35% | 0.99% | - |
| XYZ | 49.36 | 47.63 | 99.52 | - |
| YUV | 183.54 | 167.2 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 180 | 253 | 0.35 | 0.29 | 0 | 0.01 | 229.21 | 0.96 | 0.82 |
| Hex | A4 | B4 | FD | 23 | 1D | 0 | 1 | E5 | 60 | 52 |
| Octal | 244 | 264 | 375 | 43 | 35 | 0 | 1 | 345 | 140 | 122 |
| Binary | 10100100 | 10110100 | 11111101 | 100011 | 11101 | 0 | 1 | 11100101 | 1100000 | 1010010 |
Color Harmonies of #A4B4FD
Complementary color
Monochromatic Colors of #A4B4FD
Black with #A4B4FD
Text Example
Text Example
White with #A4B4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B4FD; }
p { color: rgb(164,180,253); }
H1.HeaderClassName
{
color: #A4B4FD;
}
.AnyTagClassName
{
color: #A4B4FD;
}
</style>
background-color css
<style>
a { background-color: #A4B4FD; }
a { background-color: rgb(164,180,253); }
div.DivClassName
{
background-color: #A4B4FD;
}
.BgClassName
{
background-color: #A4B4FD;
}
</style>
border-color css
<style>
span { border-color: #A4B4FD; }
span { border-color: rgb(164,180,253); }
td.TdClassName
{
border-color: #A4B4FD;
}
.TagClassName
{
border-color: #A4B4FD;
}
</style>