Shades of Perano #AEAAFC
Tints of Perano #AEAAFC
RGB
CMYK
RGB Variations
Color information
#AEAAFC (or 0xAEAAFC) is known color: Perano. HEX triplet: AE, AA and FC. RGB value is (174,170,252). Sum of RGB (Red+Green+Blue) = 174+170+252=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEAAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAAFC is #515503. Grayscale: #B4B4B4. Windows color (decimal): -5330180 or 16558766. OLE color: 16558766.
HSL color Cylindrical-coordinate representation of color #AEAAFC: hue angle of 242.93º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEAAFC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 170 | 252 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.01 |
| HSL | 242.93º | 0.93% | 0.83% | - |
| HSV(B) | 242.93º | 0.33% | 0.99% | - |
| XYZ | 49.4 | 44.78 | 98.13 | - |
| YUV | 180.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 252 | 0.31 | 0.33 | 0 | 0.01 | 242.93 | 0.93 | 0.83 |
| Hex | AE | AA | FC | 1F | 21 | 0 | 1 | F3 | 5D | 53 |
| Octal | 256 | 252 | 374 | 37 | 41 | 0 | 1 | 363 | 135 | 123 |
| Binary | 10101110 | 10101010 | 11111100 | 11111 | 100001 | 0 | 1 | 11110011 | 1011101 | 1010011 |
Color Harmonies of #AEAAFC
Complementary color
Monochromatic Colors of #AEAAFC
Black with #AEAAFC
Text Example
Text Example
White with #AEAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAAFC; }
p { color: rgb(174,170,252); }
H1.HeaderClassName
{
color: #AEAAFC;
}
.AnyTagClassName
{
color: #AEAAFC;
}
</style>
background-color css
<style>
a { background-color: #AEAAFC; }
a { background-color: rgb(174,170,252); }
div.DivClassName
{
background-color: #AEAAFC;
}
.BgClassName
{
background-color: #AEAAFC;
}
</style>
border-color css
<style>
span { border-color: #AEAAFC; }
span { border-color: rgb(174,170,252); }
td.TdClassName
{
border-color: #AEAAFC;
}
.TagClassName
{
border-color: #AEAAFC;
}
</style>