Shades of Perano #A8AFFC
Tints of Perano #A8AFFC
RGB
CMYK
RGB Variations
Color information
#A8AFFC (or 0xA8AFFC) is known color: Perano. HEX triplet: A8, AF and FC. RGB value is (168,175,252). Sum of RGB (Red+Green+Blue) = 168+175+252=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8AFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFFC is #575003. Grayscale: #B5B5B5. Windows color (decimal): -5722116 or 16560040. OLE color: 16560040.
HSL color Cylindrical-coordinate representation of color #A8AFFC: hue angle of 235º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8AFFC is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 175 | 252 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.01 |
| HSL | 235º | 0.93% | 0.82% | - |
| HSV(B) | 235º | 0.33% | 0.99% | - |
| XYZ | 49.05 | 46.01 | 98.39 | - |
| YUV | 181.69 | 167.68 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 252 | 0.33 | 0.31 | 0 | 0.01 | 235 | 0.93 | 0.82 |
| Hex | A8 | AF | FC | 21 | 1F | 0 | 1 | EB | 5D | 52 |
| Octal | 250 | 257 | 374 | 41 | 37 | 0 | 1 | 353 | 135 | 122 |
| Binary | 10101000 | 10101111 | 11111100 | 100001 | 11111 | 0 | 1 | 11101011 | 1011101 | 1010010 |
Color Harmonies of #A8AFFC
Complementary color
Monochromatic Colors of #A8AFFC
Black with #A8AFFC
Text Example
Text Example
White with #A8AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFFC; }
p { color: rgb(168,175,252); }
H1.HeaderClassName
{
color: #A8AFFC;
}
.AnyTagClassName
{
color: #A8AFFC;
}
</style>
background-color css
<style>
a { background-color: #A8AFFC; }
a { background-color: rgb(168,175,252); }
div.DivClassName
{
background-color: #A8AFFC;
}
.BgClassName
{
background-color: #A8AFFC;
}
</style>
border-color css
<style>
span { border-color: #A8AFFC; }
span { border-color: rgb(168,175,252); }
td.TdClassName
{
border-color: #A8AFFC;
}
.TagClassName
{
border-color: #A8AFFC;
}
</style>