Shades of Perano #A4A7FD
Tints of Perano #A4A7FD
RGB
CMYK
RGB Variations
Color information
#A4A7FD (or 0xA4A7FD) is known color: Perano. HEX triplet: A4, A7 and FD. RGB value is (164,167,253). Sum of RGB (Red+Green+Blue) = 164+167+253=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4A7FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A7FD is #5B5802. Grayscale: #AFAFAF. Windows color (decimal): -5986307 or 16623524. OLE color: 16623524.
HSL color Cylindrical-coordinate representation of color #A4A7FD: hue angle of 237.98º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4A7FD is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 167 | 253 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.01 |
| HSL | 237.98º | 0.96% | 0.82% | - |
| HSV(B) | 237.98º | 0.35% | 0.99% | - |
| XYZ | 46.86 | 42.62 | 98.69 | - |
| YUV | 175.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 167 | 253 | 0.35 | 0.34 | 0 | 0.01 | 237.98 | 0.96 | 0.82 |
| Hex | A4 | A7 | FD | 23 | 22 | 0 | 1 | EE | 60 | 52 |
| Octal | 244 | 247 | 375 | 43 | 42 | 0 | 1 | 356 | 140 | 122 |
| Binary | 10100100 | 10100111 | 11111101 | 100011 | 100010 | 0 | 1 | 11101110 | 1100000 | 1010010 |
Color Harmonies of #A4A7FD
Complementary color
Monochromatic Colors of #A4A7FD
Black with #A4A7FD
Text Example
Text Example
White with #A4A7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A7FD; }
p { color: rgb(164,167,253); }
H1.HeaderClassName
{
color: #A4A7FD;
}
.AnyTagClassName
{
color: #A4A7FD;
}
</style>
background-color css
<style>
a { background-color: #A4A7FD; }
a { background-color: rgb(164,167,253); }
div.DivClassName
{
background-color: #A4A7FD;
}
.BgClassName
{
background-color: #A4A7FD;
}
</style>
border-color css
<style>
span { border-color: #A4A7FD; }
span { border-color: rgb(164,167,253); }
td.TdClassName
{
border-color: #A4A7FD;
}
.TagClassName
{
border-color: #A4A7FD;
}
</style>