#A1DAC7

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

Shades of Scandal #A1DAC7

Tints of Scandal #A1DAC7

Color information

#A1DAC7 (or 0xA1DAC7) is unknown color: approx Scandal. HEX triplet: A1, DA and C7. RGB value is (161,218,199). Sum of RGB (Red+Green+Blue) = 161+218+199=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DAC7 is #5E2538. Grayscale: #C6C6C6. Windows color (decimal): -6169913 or 13097633. OLE color: 13097633.

HSL color Cylindrical-coordinate representation of color #A1DAC7: hue angle of 160º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DAC7 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB161218199-
CMYK0.2600.090.15
HSL160º43.51%74.31%-
HSV(B)160º26.15%85.49%-
XYZ50.0861.8463.33-
YUV198.79128.12101.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.85%
GREEN value IS 218 (85.55% from 255) = 37.72%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=27.85%
G=37.72%
B=34.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612181990.2600.090.1516043.5174.31
HexA1DAC71A09Fa02c4a
Octal241332307320111724054112
Binary10100001110110101100011111010010011111101000001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DAC7; }

 p { color: rgb(161,218,199); }

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

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

 a { background-color: rgb(161,218,199); }

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

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

 span { border-color: rgb(161,218,199); }

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