Shades of Scandal #A3DAC5
Tints of Scandal #A3DAC5
RGB
CMYK
RGB Variations
Color information
#A3DAC5 (or 0xA3DAC5) is known color: Scandal. HEX triplet: A3, DA and C5. RGB value is (163,218,197). Sum of RGB (Red+Green+Blue) = 163+218+197=578 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.20% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DAC5 is #5C253A. Grayscale: #C7C7C7. Windows color (decimal): -6038843 or 12966563. OLE color: 12966563.
HSL color Cylindrical-coordinate representation of color #A3DAC5: hue angle of 157.09º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3DAC5 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 197 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.15 |
| HSL | 157.09º | 0.43% | 0.75% | - |
| HSV(B) | 157.09º | 0.25% | 0.85% | - |
| XYZ | 50.25 | 61.96 | 62.13 | - |
| YUV | 199.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 197 | 0.25 | 0 | 0.10 | 0.15 | 157.09 | 0.43 | 0.75 |
| Hex | A3 | DA | C5 | 19 | 0 | A | F | 9D | 2B | 4B |
| Octal | 243 | 332 | 305 | 31 | 0 | 12 | 17 | 235 | 53 | 113 |
| Binary | 10100011 | 11011010 | 11000101 | 11001 | 0 | 1010 | 1111 | 10011101 | 101011 | 1001011 |
Color Harmonies of #A3DAC5
Complementary color
Monochromatic Colors of #A3DAC5
Black with #A3DAC5
Text Example
Text Example
White with #A3DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DAC5; }
p { color: rgb(163,218,197); }
H1.HeaderClassName
{
color: #A3DAC5;
}
.AnyTagClassName
{
color: #A3DAC5;
}
</style>
background-color css
<style>
a { background-color: #A3DAC5; }
a { background-color: rgb(163,218,197); }
div.DivClassName
{
background-color: #A3DAC5;
}
.BgClassName
{
background-color: #A3DAC5;
}
</style>
border-color css
<style>
span { border-color: #A3DAC5; }
span { border-color: rgb(163,218,197); }
td.TdClassName
{
border-color: #A3DAC5;
}
.TagClassName
{
border-color: #A3DAC5;
}
</style>