Shades of Perano #AFA5F3
Tints of Perano #AFA5F3
RGB
CMYK
RGB Variations
Color information
#AFA5F3 (or 0xAFA5F3) is known color: Perano. HEX triplet: AF, A5 and F3. RGB value is (175,165,243). Sum of RGB (Red+Green+Blue) = 175+165+243=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 165 (64.84% from 255 or 28.30% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFA5F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA5F3 is #505A0C. Grayscale: #B0B0B0. Windows color (decimal): -5265933 or 15967663. OLE color: 15967663.
HSL color Cylindrical-coordinate representation of color #AFA5F3: hue angle of 247.69º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFA5F3 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 165 | 243 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.05 |
| HSL | 247.69º | 0.76% | 0.8% | - |
| HSV(B) | 247.69º | 0.32% | 0.95% | - |
| XYZ | 47.31 | 42.5 | 90.5 | - |
| YUV | 176.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 165 | 243 | 0.28 | 0.32 | 0 | 0.05 | 247.69 | 0.76 | 0.8 |
| Hex | AF | A5 | F3 | 1C | 20 | 0 | 5 | F8 | 4C | 50 |
| Octal | 257 | 245 | 363 | 34 | 40 | 0 | 5 | 370 | 114 | 120 |
| Binary | 10101111 | 10100101 | 11110011 | 11100 | 100000 | 0 | 101 | 11111000 | 1001100 | 1010000 |
Color Harmonies of #AFA5F3
Complementary color
Monochromatic Colors of #AFA5F3
Black with #AFA5F3
Text Example
Text Example
White with #AFA5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA5F3; }
p { color: rgb(175,165,243); }
H1.HeaderClassName
{
color: #AFA5F3;
}
.AnyTagClassName
{
color: #AFA5F3;
}
</style>
background-color css
<style>
a { background-color: #AFA5F3; }
a { background-color: rgb(175,165,243); }
div.DivClassName
{
background-color: #AFA5F3;
}
.BgClassName
{
background-color: #AFA5F3;
}
</style>
border-color css
<style>
span { border-color: #AFA5F3; }
span { border-color: rgb(175,165,243); }
td.TdClassName
{
border-color: #AFA5F3;
}
.TagClassName
{
border-color: #AFA5F3;
}
</style>