#A1CFCD

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

Shades of Morning Glory #A1CFCD

Tints of Morning Glory #A1CFCD

Color information

#A1CFCD (or 0xA1CFCD) is unknown color: approx Morning Glory. HEX triplet: A1, CF and CD. RGB value is (161,207,205). Sum of RGB (Red+Green+Blue) = 161+207+205=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFCD is #5E3032. Grayscale: #C0C0C0. Windows color (decimal): -6172723 or 13488033. OLE color: 13488033.

HSL color Cylindrical-coordinate representation of color #A1CFCD: hue angle of 177.39º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CFCD is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB161207205-
CMYK0.2200.010.19
HSL177.39º32.39%72.16%-
HSV(B)177.39º22.22%81.18%-
XYZ48.0356.6166.15-
YUV193.02134.76105.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.10%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=28.10%
G=36.13%
B=35.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612072050.2200.010.19177.3932.3972.16
HexA1CFCD160113b12048
Octal24131731526012326140110
Binary101000011100111111001101101100110011101100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFCD; }

 p { color: rgb(161,207,205); }

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

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

 a { background-color: rgb(161,207,205); }

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

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

 span { border-color: rgb(161,207,205); }

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