Shades of Perano #AEA8FF
Tints of Perano #AEA8FF
RGB
CMYK
RGB Variations
Color information
#AEA8FF (or 0xAEA8FF) is known color: Perano. HEX triplet: AE, A8 and FF. RGB value is (174,168,255). Sum of RGB (Red+Green+Blue) = 174+168+255=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEA8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA8FF is #515700. Grayscale: #B3B3B3. Windows color (decimal): -5330689 or 16754862. OLE color: 16754862.
HSL color Cylindrical-coordinate representation of color #AEA8FF: hue angle of 244.14º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEA8FF is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 168 | 255 | - |
| CMYK | 0.32 | 0.34 | 0 | 0 |
| HSL | 244.14º | 1% | 0.83% | - |
| HSV(B) | 244.14º | 0.34% | 1% | - |
| XYZ | 49.51 | 44.22 | 100.53 | - |
| YUV | 179.71 | 170.49 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 255 | 0.32 | 0.34 | 0 | 0 | 244.14 | 1 | 0.83 |
| Hex | AE | A8 | FF | 20 | 22 | 0 | 0 | F4 | 64 | 53 |
| Octal | 256 | 250 | 377 | 40 | 42 | 0 | 0 | 364 | 144 | 123 |
| Binary | 10101110 | 10101000 | 11111111 | 100000 | 100010 | 0 | 0 | 11110100 | 1100100 | 1010011 |
Color Harmonies of #AEA8FF
Complementary color
Monochromatic Colors of #AEA8FF
Black with #AEA8FF
Text Example
Text Example
White with #AEA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA8FF; }
p { color: rgb(174,168,255); }
H1.HeaderClassName
{
color: #AEA8FF;
}
.AnyTagClassName
{
color: #AEA8FF;
}
</style>
background-color css
<style>
a { background-color: #AEA8FF; }
a { background-color: rgb(174,168,255); }
div.DivClassName
{
background-color: #AEA8FF;
}
.BgClassName
{
background-color: #AEA8FF;
}
</style>
border-color css
<style>
span { border-color: #AEA8FF; }
span { border-color: rgb(174,168,255); }
td.TdClassName
{
border-color: #AEA8FF;
}
.TagClassName
{
border-color: #AEA8FF;
}
</style>