#A1ADDF

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

Shades of Perano #A1ADDF

Tints of Perano #A1ADDF

Color information

#A1ADDF (or 0xA1ADDF) is unknown color: approx Perano. HEX triplet: A1, AD and DF. RGB value is (161,173,223). Sum of RGB (Red+Green+Blue) = 161+173+223=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADDF is #5E5220. Grayscale: #AEAEAE. Windows color (decimal): -6181409 or 14658977. OLE color: 14658977.

HSL color Cylindrical-coordinate representation of color #A1ADDF: hue angle of 228.39º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1ADDF is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161173223-
CMYK0.280.2200.13
HSL228.39º49.21%75.29%-
HSV(B)228.39º27.8%87.45%-
XYZ42.9642.7975.81-
YUV175.11155.02117.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=28.90%
G=31.06%
B=40.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611732230.280.2200.13228.3949.2175.29
HexA1ADDF1C160De4314b
Octal241255337342601534461113
Binary101000011010110111011111111001011001101111001001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADDF; }

 p { color: rgb(161,173,223); }

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

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

 a { background-color: rgb(161,173,223); }

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

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

 span { border-color: rgb(161,173,223); }

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