Shades of Perano #A699FE
Tints of Perano #A699FE
RGB
CMYK
RGB Variations
Color information
#A699FE (or 0xA699FE) is known color: Perano. HEX triplet: A6, 99 and FE. RGB value is (166,153,254). Sum of RGB (Red+Green+Blue) = 166+153+254=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #A699FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A699FE is #596601. Grayscale: #A8A8A8. Windows color (decimal): -5858818 or 16685478. OLE color: 16685478.
HSL color Cylindrical-coordinate representation of color #A699FE: hue angle of 247.72º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A699FE is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 153 | 254 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.00 |
| HSL | 247.72º | 0.98% | 0.8% | - |
| HSV(B) | 247.72º | 0.4% | 1% | - |
| XYZ | 45.01 | 38.05 | 98.74 | - |
| YUV | 168.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 254 | 0.35 | 0.40 | 0 | 0.00 | 247.72 | 0.98 | 0.8 |
| Hex | A6 | 99 | FE | 23 | 28 | 0 | 0 | F8 | 62 | 50 |
| Octal | 246 | 231 | 376 | 43 | 50 | 0 | 0 | 370 | 142 | 120 |
| Binary | 10100110 | 10011001 | 11111110 | 100011 | 101000 | 0 | 0 | 11111000 | 1100010 | 1010000 |
Color Harmonies of #A699FE
Complementary color
Monochromatic Colors of #A699FE
Black with #A699FE
Text Example
Text Example
White with #A699FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699FE; }
p { color: rgb(166,153,254); }
H1.HeaderClassName
{
color: #A699FE;
}
.AnyTagClassName
{
color: #A699FE;
}
</style>
background-color css
<style>
a { background-color: #A699FE; }
a { background-color: rgb(166,153,254); }
div.DivClassName
{
background-color: #A699FE;
}
.BgClassName
{
background-color: #A699FE;
}
</style>
border-color css
<style>
span { border-color: #A699FE; }
span { border-color: rgb(166,153,254); }
td.TdClassName
{
border-color: #A699FE;
}
.TagClassName
{
border-color: #A699FE;
}
</style>