#A1DCC9

Color #A1DCC9 Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #A1DCC9

Tints of Scandal #A1DCC9

Color information

#A1DCC9 (or 0xA1DCC9) is unknown color: approx Scandal. HEX triplet: A1, DC and C9. RGB value is (161,220,201). Sum of RGB (Red+Green+Blue) = 161+220+201=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCC9 is #5E2336. Grayscale: #C8C8C8. Windows color (decimal): -6169399 or 13229217. OLE color: 13229217.

HSL color Cylindrical-coordinate representation of color #A1DCC9: hue angle of 160.68º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCC9 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB161220201-
CMYK0.2700.090.14
HSL160.68º45.74%74.71%-
HSV(B)160.68º26.82%86.27%-
XYZ50.8362.9864.74-
YUV200.19128.45100.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 27.66%
GREEN value IS 220 (86.33% from 255) = 37.80%
BLUE value IS 201 (78.91% from 255) = 34.54%
R=27.66%
G=37.80%
B=34.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612202010.2700.090.14160.6845.7474.71
HexA1DCC91B09Ea12e4b
Octal241334311330111624156113
Binary10100001110111001100100111011010011110101000011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCC9; }

 p { color: rgb(161,220,201); }

 H1.HeaderClassName
 {
   color: #A1DCC9;
 }
 .AnyTagClassName
 {
   color: #A1DCC9;
 }
</style>
background-color css

<style>
 a { background-color: #A1DCC9; }

 a { background-color: rgb(161,220,201); }

 div.DivClassName
 {
   background-color: #A1DCC9;
 }
 .BgClassName
 {
   background-color: #A1DCC9;
 }
</style>
border-color css

<style>
 span { border-color: #A1DCC9; }

 span { border-color: rgb(161,220,201); }

 td.TdClassName
 {
   border-color: #A1DCC9;
 }
 .TagClassName
 {
   border-color: #A1DCC9;
 }
</style>