Shades of Perano #A3B4FD
Tints of Perano #A3B4FD
RGB
CMYK
RGB Variations
Color information
#A3B4FD (or 0xA3B4FD) is known color: Perano. HEX triplet: A3, B4 and FD. RGB value is (163,180,253). Sum of RGB (Red+Green+Blue) = 163+180+253=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #A3B4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3B4FD is #5C4B02. Grayscale: #B6B6B6. Windows color (decimal): -6048515 or 16626851. OLE color: 16626851.
HSL color Cylindrical-coordinate representation of color #A3B4FD: hue angle of 228.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3B4FD is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 180 | 253 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.01 |
| HSL | 228.67º | 0.96% | 0.82% | - |
| HSV(B) | 228.67º | 0.36% | 0.99% | - |
| XYZ | 49.16 | 47.52 | 99.51 | - |
| YUV | 183.24 | 167.37 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 253 | 0.36 | 0.29 | 0 | 0.01 | 228.67 | 0.96 | 0.82 |
| Hex | A3 | B4 | FD | 24 | 1D | 0 | 1 | E5 | 60 | 52 |
| Octal | 243 | 264 | 375 | 44 | 35 | 0 | 1 | 345 | 140 | 122 |
| Binary | 10100011 | 10110100 | 11111101 | 100100 | 11101 | 0 | 1 | 11100101 | 1100000 | 1010010 |
Color Harmonies of #A3B4FD
Complementary color
Monochromatic Colors of #A3B4FD
Black with #A3B4FD
Text Example
Text Example
White with #A3B4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B4FD; }
p { color: rgb(163,180,253); }
H1.HeaderClassName
{
color: #A3B4FD;
}
.AnyTagClassName
{
color: #A3B4FD;
}
</style>
background-color css
<style>
a { background-color: #A3B4FD; }
a { background-color: rgb(163,180,253); }
div.DivClassName
{
background-color: #A3B4FD;
}
.BgClassName
{
background-color: #A3B4FD;
}
</style>
border-color css
<style>
span { border-color: #A3B4FD; }
span { border-color: rgb(163,180,253); }
td.TdClassName
{
border-color: #A3B4FD;
}
.TagClassName
{
border-color: #A3B4FD;
}
</style>