Shades of Perano #A4A8FD
Tints of Perano #A4A8FD
RGB
CMYK
RGB Variations
Color information
#A4A8FD (or 0xA4A8FD) is known color: Perano. HEX triplet: A4, A8 and FD. RGB value is (164,168,253). Sum of RGB (Red+Green+Blue) = 164+168+253=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A8FD is #5B5702. Grayscale: #B0B0B0. Windows color (decimal): -5986051 or 16623780. OLE color: 16623780.
HSL color Cylindrical-coordinate representation of color #A4A8FD: hue angle of 237.3º 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 #A4A8FD is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 164 | 168 | 253 | - |
CMYK | 0.35 | 0.34 | 0 | 0.01 |
HSL | 237.3º | 0.96% | 0.82% | - |
HSV(B) | 237.3º | 0.35% | 0.99% | - |
XYZ | 47.04 | 42.99 | 98.75 | - |
YUV | 176.49 | 171.17 | 119.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 168 | 253 | 0.35 | 0.34 | 0 | 0.01 | 237.3 | 0.96 | 0.82 |
Hex | A4 | A8 | FD | 23 | 22 | 0 | 1 | ED | 60 | 52 |
Octal | 244 | 250 | 375 | 43 | 42 | 0 | 1 | 355 | 140 | 122 |
Binary | 10100100 | 10101000 | 11111101 | 100011 | 100010 | 0 | 1 | 11101101 | 1100000 | 1010010 |
Color Harmonies of #A4A8FD
Complementary color
Monochromatic Colors of #A4A8FD
Black with #A4A8FD
Text Example
Text Example
White with #A4A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A8FD; }
p { color: rgb(164,168,253); }
H1.HeaderClassName
{
color: #A4A8FD;
}
.AnyTagClassName
{
color: #A4A8FD;
}
</style>
background-color css
<style>
a { background-color: #A4A8FD; }
a { background-color: rgb(164,168,253); }
div.DivClassName
{
background-color: #A4A8FD;
}
.BgClassName
{
background-color: #A4A8FD;
}
</style>
border-color css
<style>
span { border-color: #A4A8FD; }
span { border-color: rgb(164,168,253); }
td.TdClassName
{
border-color: #A4A8FD;
}
.TagClassName
{
border-color: #A4A8FD;
}
</style>