Shades of Blue Bell #A0A4CA
Tints of Blue Bell #A0A4CA
RGB
CMYK
RGB Variations
Color information
#A0A4CA (or 0xA0A4CA) is known color: Blue Bell. HEX triplet: A0, A4 and CA. RGB value is (160,164,202). Sum of RGB (Red+Green+Blue) = 160+164+202=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0A4CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A4CA is #5F5B35. Grayscale: #A6A6A6. Windows color (decimal): -6249270 or 13280416. OLE color: 13280416.
HSL color Cylindrical-coordinate representation of color #A0A4CA: hue angle of 234.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0A4CA is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 164 | 202 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.21 |
| HSL | 234.29º | 0.28% | 0.71% | - |
| HSV(B) | 234.29º | 0.21% | 0.79% | - |
| XYZ | 38.43 | 38.29 | 61.24 | - |
| YUV | 167.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 202 | 0.21 | 0.19 | 0 | 0.21 | 234.29 | 0.28 | 0.71 |
| Hex | A0 | A4 | CA | 15 | 13 | 0 | 15 | EA | 1C | 47 |
| Octal | 240 | 244 | 312 | 25 | 23 | 0 | 25 | 352 | 34 | 107 |
| Binary | 10100000 | 10100100 | 11001010 | 10101 | 10011 | 0 | 10101 | 11101010 | 11100 | 1000111 |
Color Harmonies of #A0A4CA
Complementary color
Monochromatic Colors of #A0A4CA
Black with #A0A4CA
Text Example
Text Example
White with #A0A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A4CA; }
p { color: rgb(160,164,202); }
H1.HeaderClassName
{
color: #A0A4CA;
}
.AnyTagClassName
{
color: #A0A4CA;
}
</style>
background-color css
<style>
a { background-color: #A0A4CA; }
a { background-color: rgb(160,164,202); }
div.DivClassName
{
background-color: #A0A4CA;
}
.BgClassName
{
background-color: #A0A4CA;
}
</style>
border-color css
<style>
span { border-color: #A0A4CA; }
span { border-color: rgb(160,164,202); }
td.TdClassName
{
border-color: #A0A4CA;
}
.TagClassName
{
border-color: #A0A4CA;
}
</style>