Shades of Perano #AFACFE
Tints of Perano #AFACFE
RGB
CMYK
RGB Variations
Color information
#AFACFE (or 0xAFACFE) is known color: Perano. HEX triplet: AF, AC and FE. RGB value is (175,172,254). Sum of RGB (Red+Green+Blue) = 175+172+254=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACFE is #505301. Grayscale: #B5B5B5. Windows color (decimal): -5264130 or 16690351. OLE color: 16690351.
HSL color Cylindrical-coordinate representation of color #AFACFE: hue angle of 242.2º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFACFE is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 172 | 254 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.00 |
| HSL | 242.2º | 0.98% | 0.84% | - |
| HSV(B) | 242.2º | 0.32% | 1% | - |
| XYZ | 50.32 | 45.77 | 99.95 | - |
| YUV | 182.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 254 | 0.31 | 0.32 | 0 | 0.00 | 242.2 | 0.98 | 0.84 |
| Hex | AF | AC | FE | 1F | 20 | 0 | 0 | F2 | 62 | 54 |
| Octal | 257 | 254 | 376 | 37 | 40 | 0 | 0 | 362 | 142 | 124 |
| Binary | 10101111 | 10101100 | 11111110 | 11111 | 100000 | 0 | 0 | 11110010 | 1100010 | 1010100 |
Color Harmonies of #AFACFE
Complementary color
Monochromatic Colors of #AFACFE
Black with #AFACFE
Text Example
Text Example
White with #AFACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACFE; }
p { color: rgb(175,172,254); }
H1.HeaderClassName
{
color: #AFACFE;
}
.AnyTagClassName
{
color: #AFACFE;
}
</style>
background-color css
<style>
a { background-color: #AFACFE; }
a { background-color: rgb(175,172,254); }
div.DivClassName
{
background-color: #AFACFE;
}
.BgClassName
{
background-color: #AFACFE;
}
</style>
border-color css
<style>
span { border-color: #AFACFE; }
span { border-color: rgb(175,172,254); }
td.TdClassName
{
border-color: #AFACFE;
}
.TagClassName
{
border-color: #AFACFE;
}
</style>