#A3CACC

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

Shades of Morning Glory #A3CACC

Tints of Morning Glory #A3CACC

Color information

#A3CACC (or 0xA3CACC) is unknown color: approx Morning Glory. HEX triplet: A3, CA and CC. RGB value is (163,202,204). Sum of RGB (Red+Green+Blue) = 163+202+204=569 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.65% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #A3CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CACC is #5C3533. Grayscale: #BEBEBE. Windows color (decimal): -6042932 or 13421219. OLE color: 13421219.

HSL color Cylindrical-coordinate representation of color #A3CACC: hue angle of 182.93º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CACC is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB163202204-
CMYK0.200.0100.2
HSL182.93º28.67%71.96%-
HSV(B)182.93º20.1%80%-
XYZ47.1254.3965.14-
YUV190.57135.58108.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.65%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=28.65%
G=35.50%
B=35.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632022040.200.0100.2182.9328.6771.96
HexA3CACC141014b71d48
Octal24331231424102426735110
Binary10100011110010101100110010100101010010110111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CACC; }

 p { color: rgb(163,202,204); }

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

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

 a { background-color: rgb(163,202,204); }

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

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

 span { border-color: rgb(163,202,204); }

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