Shades of Perano #A4AFFB
Tints of Perano #A4AFFB
RGB
CMYK
RGB Variations
Color information
#A4AFFB (or 0xA4AFFB) is known color: Perano. HEX triplet: A4, AF and FB. RGB value is (164,175,251). Sum of RGB (Red+Green+Blue) = 164+175+251=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4AFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AFFB is #5B5004. Grayscale: #B4B4B4. Windows color (decimal): -5984261 or 16494500. OLE color: 16494500.
HSL color Cylindrical-coordinate representation of color #A4AFFB: hue angle of 232.41º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4AFFB is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 175 | 251 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.02 |
| HSL | 232.41º | 0.92% | 0.81% | - |
| HSV(B) | 232.41º | 0.35% | 0.98% | - |
| XYZ | 48.05 | 45.52 | 97.52 | - |
| YUV | 180.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 175 | 251 | 0.35 | 0.30 | 0 | 0.02 | 232.41 | 0.92 | 0.81 |
| Hex | A4 | AF | FB | 23 | 1E | 0 | 2 | E8 | 5C | 51 |
| Octal | 244 | 257 | 373 | 43 | 36 | 0 | 2 | 350 | 134 | 121 |
| Binary | 10100100 | 10101111 | 11111011 | 100011 | 11110 | 0 | 10 | 11101000 | 1011100 | 1010001 |
Color Harmonies of #A4AFFB
Complementary color
Monochromatic Colors of #A4AFFB
Black with #A4AFFB
Text Example
Text Example
White with #A4AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AFFB; }
p { color: rgb(164,175,251); }
H1.HeaderClassName
{
color: #A4AFFB;
}
.AnyTagClassName
{
color: #A4AFFB;
}
</style>
background-color css
<style>
a { background-color: #A4AFFB; }
a { background-color: rgb(164,175,251); }
div.DivClassName
{
background-color: #A4AFFB;
}
.BgClassName
{
background-color: #A4AFFB;
}
</style>
border-color css
<style>
span { border-color: #A4AFFB; }
span { border-color: rgb(164,175,251); }
td.TdClassName
{
border-color: #A4AFFB;
}
.TagClassName
{
border-color: #A4AFFB;
}
</style>